.b-section {
  background: transparent linear-gradient(180deg, #F7F7F8 0%, #D9D9DE 100%) 0% 0% no-repeat;
}
.b-section__wrapper {
  width: 57%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
.b-section__tab {
  width: 51%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.b-section__tablinks {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}
.b-section__tablinks.active {
  background-color: #D9D9DE;
}
.b-section__label {
  font-size: 12px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  letter-spacing: 0.72px;
  color: #747583;
}
.b-section__icon {
  width: 58px;
  height: auto;
  margin-right: 10px;
}
.b-section__item {
  padding-top: 69px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-section__right {
  width: 61.7%;
}
.b-section__title {
  padding-bottom: 23px;
  font-size: 32px;
  font-family: "TTNormsPro_Bold", Arial, sans-serif;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #2B2B30;
}
.b-section__desc {
  padding-bottom: 22px;
  font-size: 20px;
  font-family: "TTNormsPro_Regular", Arial, sans-serif;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2B2B30;
}
.b-section__btn {
  padding: 14px 20px;
  font-size: 16px;
  font-family: "TTNormsPro_DemiBold", Arial, sans-serif;
  letter-spacing: 0.51px;
  border: 2px solid #CB152F;
  border-radius: 28px;
  color: #CB152F;
  background-color: transparent;
  cursor: pointer;
}
.b-section__btn:hover {
  background-color: #CB152F;
  color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 767px) {
  .b-section__wrapper {
    width: 95%;
    padding-top: 53px;
    padding-left: 15px;
    padding-bottom: 52px;
  }
  .b-section__tab {
    width: 74%;
    margin: 0;
    align-items: center;
  }
  .b-section__icon {
    display: none;
  }
  .b-section__dot {
    width: 4px;
    height: 4px;
    background-color: #B8B9C1;
    border-radius: 100%;
  }
  .b-section__item {
    width: 100%;
    padding-top: 52px;
    flex-direction: column;
    align-items: flex-start;
  }
  .b-section__left {
    width: 31%;
  }
  .b-section__left img {
    width: 100%;
  }
  .b-section__right {
    width: 97%;
    padding-top: 18px;
  }
  .b-section__title {
    padding-bottom: 16px;
  }
  .b-section__desc {
    padding-bottom: 30px;
  }
  .b-section__button {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .b-section__wrapper {
    width: 93%;
  }
}
@media (min-width: 2000px) and (max-width: 2999px) {
  .b-section__wrapper {
    width: 40%;
  }
}
@media (min-width: 3000px) and (max-width: 3999px) {
  .b-section__wrapper {
    width: 30%;
  }
}
