.section-about .title {
  margin-bottom: 32px;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .section-about .title {
    padding-top: 0;
    margin-bottom: 62px;
  }
}
.section-about .content-text {
  width: 100%;
  padding-left: 23px;
  border-left: 2px solid #ff782d;
}
@media (min-width: 992px) {
  .section-about .content-text {
    max-width: 442px;
  }
}
.section-about .svg {
  max-width: 588px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .section-about .svg {
    margin: 32px auto;
  }
}
@media (max-width: 575.98px) {
  .section-about {
    padding-bottom: 0;
  }
}

.section-model {
  background-color: #efefef;
  padding: 3rem 0;
  padding-bottom: 1.5rem;
}
.section-model .title-model {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 45px;
}
.section-model .title-model strong {
  font-weight: 800;
}
.section-model .card-model {
  text-align: center;
  background-color: #ffffff;
  height: auto;
  border-radius: 5px;
  padding: 34px;
  position: relative;
  transition: 0.3s ease all;
}
.section-model .card-model .card-img {
  margin-bottom: 20px;
}
.section-model .card-model .text {
  font-size: 18px;
  margin-bottom: 0;
}
.section-model .card-model .text span {
  font-weight: 800;
  color: #ff782d;
}
@media (min-width: 992px) {
  .section-model {
    padding: 65px 0 88px 0;
  }
  .section-model .title-model {
    font-size: 28px;
    line-height: 36px;
    max-width: 704px;
  }
}

@media (min-width: 992px) {
  .section-segments {
    padding-top: 84px;
    padding-bottom: 92px;
  }
}
.section-segments .title {
  margin-bottom: 11px;
}
.section-segments .text {
  font-size: 18px;
  line-height: 28px;
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 43px;
}
.section-segments .text strong {
  font-weight: 800;
}
.section-segments .swiper-segments .segments-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.section-segments .swiper-segments .segments-item .segments-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-segments .swiper-segments .segments-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
.section-segments .swiper-segments .segments-item .content {
  position: absolute;
  left: 17px;
  bottom: 27px;
  color: #ffffff;
}
.section-segments .swiper-segments .segments-item .content .segments-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 6px;
  border-left: 4px solid #ff782d;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .section-segments .swiper-segments .segments-item .content .segments-title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .section-segments .swiper-segments .segments-item {
    max-height: 300px;
  }
}