.page_title {
  padding: 40px 0;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 25px 0;
  }
}
@media (max-width: 599px) {
  .page_title {
    padding: 15px 0;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .page_title .section_title {
    font-size: 24px;
  }
}

.about_b1 {
  padding: 110px 0 30px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .about_b1 {
    padding: 60px 0;
  }
}
.about_b1 .wrapper {
  display: grid;
  grid-template-columns: 650fr 700fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1199px) {
  .about_b1 .wrapper {
    grid-template-columns: 455fr 215fr;
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .about_b1 .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .about_b1 .wrapper {
    padding: 0 30px;
  }
}
.about_b1 .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about_b1 .content .section_subtitle {
  padding: 10px 15px 8px;
  border-radius: 18px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.09);
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.about_b1 .content .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_b1 .content .section_title {
  margin: 24px 0 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .about_b1 .content .section_title {
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .about_b1 .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.about_b1 .content .text {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.about_b1 .content .text > * {
  margin: 0 0 1em;
}
.about_b1 .content .text > *:last-child {
  margin-bottom: 0;
}
.about_b1 .content .text h1, .about_b1 .content .text h2, .about_b1 .content .text h3, .about_b1 .content .text h4, .about_b1 .content .text h5 {
  margin: 1em 0;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: var(--0b3948);
}
.about_b1 .content .text h1 {
  font-size: 46px;
}
.about_b1 .content .text h2 {
  font-size: 32px;
}
.about_b1 .content .text h3 {
  font-size: 22px;
}
@media (max-width: 599px) {
  .about_b1 .content .text h3 {
    font-size: 26px;
  }
}
.about_b1 .content .text h4 {
  font-size: 20px;
}
@media (max-width: 599px) {
  .about_b1 .content .text h4 {
    font-size: 22px;
  }
}
.about_b1 .content .text h5 {
  font-size: 18px;
}
.about_b1 .img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about_b1 .img {
    max-width: 215px;
  }
}

.about_b2 {
  padding: 30px 0;
  background: var(--style);
}
@media (max-width: 1199px) {
  .about_b2 {
    padding: 60px 0;
  }
}
.about_b2 .wrapper {
  display: grid;
  grid-template-columns: 700fr 650fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1199px) {
  .about_b2 .wrapper {
    grid-template-columns: 215fr 455fr;
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .about_b2 .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .about_b2 .wrapper {
    padding: 0 30px;
  }
}
.about_b2 .img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about_b2 .img {
    order: 1;
    max-width: 215px;
  }
}
.about_b2 .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about_b2 .content .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 94%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .about_b2 .content .section_title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .about_b2 .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.about_b2 .content .text {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.about_b2 .content .text > * {
  margin: 0 0 1em;
}
.about_b2 .content .text > *:last-child {
  margin-bottom: 0;
}
.about_b2 .content .text h1, .about_b2 .content .text h2, .about_b2 .content .text h3, .about_b2 .content .text h4, .about_b2 .content .text h5 {
  margin: 1em 0;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: var(--0b3948);
}
.about_b2 .content .text h1 {
  font-size: 46px;
}
.about_b2 .content .text h2 {
  font-size: 32px;
}
.about_b2 .content .text h3 {
  font-size: 22px;
}
@media (max-width: 599px) {
  .about_b2 .content .text h3 {
    font-size: 26px;
  }
}
.about_b2 .content .text h4 {
  font-size: 20px;
}
@media (max-width: 599px) {
  .about_b2 .content .text h4 {
    font-size: 22px;
  }
}
.about_b2 .content .text h5 {
  font-size: 18px;
}

.about_b3 {
  padding: 30px 0 110px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .about_b3 {
    padding: 60px 0;
  }
}
.about_b3 .wrapper {
  display: grid;
  grid-template-columns: 690fr 660fr;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1199px) {
  .about_b3 .wrapper {
    grid-template-columns: 455fr 215fr;
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 899px) {
  .about_b3 .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .about_b3 .wrapper {
    padding: 0 30px;
  }
}
.about_b3 .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about_b3 .content .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 94%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .about_b3 .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.about_b3 .content .desc {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.about_b3 .content .list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about_b3 .content .list .item {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .about_b3 .content .list .item {
    flex-direction: column;
    align-items: center;
  }
}
.about_b3 .content .list .item .icon {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_b3 .content .list .item .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .about_b3 .content .list .item .text {
    text-align: center;
  }
}
.about_b3 .img {
  width: 100%;
  height: auto;
}
@media (max-width: 899px) {
  .about_b3 .img {
    order: -1;
    max-width: 215px;
  }
}
@media (max-width: 599px) {
  .about_b3 .img {
    order: 1;
    justify-self: center;
  }
}

.about_b4 {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .about_b4 {
    padding: 60px 0;
  }
}
.about_b4 .wrapper {
  display: grid;
  grid-template-columns: 700fr 650fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1199px) {
  .about_b4 .wrapper {
    grid-template-columns: 215fr 455fr;
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .about_b4 .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .about_b4 .wrapper {
    padding: 0 30px;
  }
}
.about_b4 .img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about_b4 .img {
    order: 1;
    max-width: 215px;
  }
}
.about_b4 .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about_b4 .content .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 94%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .about_b4 .content .section_title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .about_b4 .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.about_b4 .content .text {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.about_b4 .content .text > * {
  margin: 0 0 1em;
}
.about_b4 .content .text > *:last-child {
  margin-bottom: 0;
}
.about_b4 .content .text h1, .about_b4 .content .text h2, .about_b4 .content .text h3, .about_b4 .content .text h4, .about_b4 .content .text h5 {
  margin: 1em 0;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: var(--0b3948);
}
.about_b4 .content .text h1 {
  font-size: 46px;
}
.about_b4 .content .text h2 {
  font-size: 32px;
}
.about_b4 .content .text h3 {
  font-size: 22px;
}
@media (max-width: 599px) {
  .about_b4 .content .text h3 {
    font-size: 26px;
  }
}
.about_b4 .content .text h4 {
  font-size: 20px;
}
@media (max-width: 599px) {
  .about_b4 .content .text h4 {
    font-size: 22px;
  }
}
.about_b4 .content .text h5 {
  font-size: 18px;
}