.section-tabs {
  padding: 85px 0 45px;
}

.section-tabs-white {
  background-color: #fff;
}

.section-tabs__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 420px;
}

.section-tabs__btn-wrap a {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
.section-tabs__content-inner {
  padding-left: 50px;
  padding-bottom: 50px;
}

.section-tabs__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 85px;
}

@media only screen and (max-width: 899px) {
  .section-tabs__title {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 599px) {
  .section-tabs__title {
    /* text-align: left; */
  }
}

.section-tabs__subtitle {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #212121;
  margin-top: 0;
  margin-bottom: 90px;
}

.section-tabs__box-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.section-tabs__img-wrap {
  width: 60%;
  max-width: 450px;
}
.section-tabs__img {
  width: 100%;
}
.section-tabs__content {
  width: 40%;
}

.section-tabs__content h5 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  display: flex;
  max-width: 420px;
  align-items: center;
  letter-spacing: -0.35px;
  color: #212121;
  margin-bottom: 30px;
  margin-top: 0;
}

.section-tabs__content p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #212121;
  margin-top: 0;
  margin-bottom: 50px;
  max-width: 420px;
}

@media only screen and (max-width: 1199px) {
  .section-tabs {
    padding: 50px 0;
  }
  .section-tabs__title {
    font-size: 38px;
  }

  .section-tabs__content h5 {
    font-size: 26px;
    padding-bottom: 30px;
    margin: 0;
  }
  .section-tabs__img-wrap {
    width: 50%;
  }
  .section-tabs__content {
    width: 50%;
  }
}

@media only screen and (max-width: 899px) {
  .white-section .section-tabs {
    padding-top: 50px;
  }
  .section-tabs__img {
    max-height: 450px;
  }
  .section-tabs {
    padding: 20px 0;
  }
  .section-tabs__box-wrap {
    flex-direction: column;
  }
  .section-tabs__img-wrap {
    width: 100%;
    max-width: 320px;
  }
  .section-tabs__content {
    width: 100%;
  }
  .section-tabs__content-inner {
    padding-left: 0;
  }
  .section-tabs__content p {
    margin: 0 auto 25px;
    text-align: center;
  }
  .section-tabs__btn-wrap {
    justify-content: center;
    margin: auto;
  }
  .section-tabs__content h5 {
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
  }
  .section-tabs__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .section-tabs__content-inner {
    text-align: left;
    margin: 0;
  }
  .section-tabs__img-wrap {
    max-width: 100%;
  }
  .section-tabs__content h5 {
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
  .section-tabs__content p {
    max-width: 100%;
    text-align: left;
  }
  .section-tabs__btn-wrap {
    justify-content: flex-start;
    margin: 0 auto;
  }
}

/* SECTION TABS 2 - start */

.section-tabs.section-tabs-2 {
  margin: 85px 0 85px;
  padding: 0;
  z-index: 10;
}
.section-tabs-2 .section-tabs__title .bs-paragraph {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.section-tabs-2 .section-tabs__results {
  margin-top: 75px;
}
.section-tabs-2 .section-tabs__img-wrap {
  max-width: 580px;
}
.section-tabs-2 .section-tabs__content h5 {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.section-tabs-2 .section-tabs__content p {
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.section-tabs-2 .section-tabs__btn-wrap {
  flex-direction: row;
  justify-content: flex-start;
  gap: unset;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.section-tabs-2 .section-tabs__btn-wrap a {
  width: calc(50% - 1em);
  margin: 0.5em;
}
.section-tabs-2 .section-tabs__content-inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 899px) {
  .section-tabs.section-tabs-2 {
    margin: 25px 0 85px;
    padding: 0;
  }
  .section-tabs-2 .section-tabs__btn-wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-tabs-2 .section-tabs__results {
    margin-top: 45px;
  }
  .section-tabs-2 .section-tabs__content {
    margin-top: 25px;
  }
  .section-tabs-2 .section-tabs__content * {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .section-tabs-2 .section-tabs__content h5 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1300px) {
  .section-tabs.section-tabs-2 .bs-inner::after {
    content: "";
    position: absolute;
    top: -215px;
    left: -408px;
    width: 352px;
    height: 357px;
    background-image: url(../../img/bs-assets/parts/tabs-section-2-cube-e.png?v1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* SECTION TABS 2 - end */
