.banner-and-tab{
    width: 100%;
    height: 712px;
    position: relative;
}
/* banner */
.banner-and-tab .banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 712px;
    line-height: 712px;
    text-align: center;
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 0px 4px 38px rgba(0, 0, 0, 0.25);
    background: url('../../images/about/contact_us/banner.svg') no-repeat center center;
    background-size: cover;
}

.content-wrap{
    width: 1200px;
    margin: 106px auto 80px auto;
}

.content-wrap .block_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 172px;
}

.content-wrap .block_wrap .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 354px;
  height: 363px;
  margin: 0 35px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 28px;
}
.content-wrap .block_wrap .block img {
  margin-top: 46px;
}
.content-wrap .block_wrap .block h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120.9%;
  text-align: center;
  color: #262626;
  margin:22px 0 6px;
}
.content-wrap .block_wrap .block h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 120.9%;
  text-align: center;
  color: #262626;
}
.content-wrap .block_wrap .block h4 {
  width: 240px;
  font-weight: 400;
  font-size: 16px;
  line-height: 173.9%;
  text-align: center;
  color: #595959;
  margin: 14px 0 16px;
}
.content-wrap .block_wrap .block .btn {
  width: 138px;
  height: 52px;
  line-height: 52px;
  font-weight: 400;
  font-size: 18px;
  color: #FB4B42;
  text-align: center;
  background: #F8F8F8;
  border-radius: 42px;
  cursor: pointer;
}

.content-wrap .company {
  display: flex;
  align-items: center;
  padding-top: 45px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120.9%;
  color: #121212;
}
.content-wrap .company img {
  margin-right: 20px;
}
.content-wrap .desp {
  padding: 18px 0 80px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120.9%;
  color: #595959;
}