#about {
  padding-top: 96px;
}
#about .header {
  width: 100%;
  height: calc(100vh - 96px);
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}
#about .header .background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#about .header .text {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
#about .container {
  max-width: 1618px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 18px;
  margin-bottom: 28px;
}
#about .container .about-information .location span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2d5c10;
}
#about .container .about-information .title-text .title h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 0px;
  line-break: anywhere;
  display: flex;
  align-items: center;
  color: #3d655f;
}
#about .container .about-information .title-text .text {
  margin-top: 28px;
  margin-bottom: 75px;
}
#about .container .about-information .title-text .text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #3D655F;
}
#about .container .text-image {
  display: flex;
  gap: 79px;
}
#about .container .text-image .text-title .title h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px !important;
  color: #3D655F;
}
#about .container .text-image .text-title .text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #222222;
}
#about .container .text-image .image img {
  width: 752px;
  height: 550px;
}
#about .container .text-image .image .title-mobile {
  display: none;
}
#about .container .customer-review .title h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  color: #3d655f;
  margin-bottom: 36px;
  line-break: anywhere;
}
#about .container .customer-review .slider-area {
  margin-bottom: 77.28px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide {
  display: flex;
  gap: 29px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .img img {
  max-width: 544px;
  max-height: 412.72px;
  height: 412.72px;
  width: 544px;
  border-radius: 4px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review {
  background: rgba(154, 154, 154, 0.06);
  border-radius: 27px;
  padding: 32px;
  padding-top: 25px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .date span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #7bb357;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .name span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #4b4b4b;
  display: flex;
  margin-top: 4px;
  margin-bottom: 10px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .position span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  color: rgba(75, 75, 75, 0.75);
  line-break: anywhere;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .star {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 32px;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .star span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffcd1e;
}
#about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .comment p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #3d655f;
  margin: 0px;
}
#about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
  position: absolute;
  left: 710px;
  bottom: 25px;
}
#about .container .customer-review .slider-area .comment .arrow-number #numberSlides span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #3d655f;
}
#about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
  background-image: url("../../img/icons/left-arrow.svg");
  left: 593px;
  top: unset;
  bottom: 16px;
}
#about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
  background-image: url("../../img/icons/right-arrow.svg");
  left: 650px;
  top: unset;
  bottom: 16px;
}
#about .container .mb-75px {
  margin-bottom: 75px;
}
#about .container .mb-48px {
  margin-bottom: 48px;
}

.mb-86 {
  margin-bottom: 86px !important;
}

@media (max-width: 1700px) {
  #about .container {
    max-width: 1418px;
  }
  #about .container .text-image .text-title .title h4 {
    font-size: 38px;
    line-height: 45px;
  }
  #about .container .text-image .image img {
    width: 652px;
    height: 450px;
  }
  .mb-86 {
    margin-bottom: 36px !important;
  }
  header nav .logo-links {
    max-width: 1418px;
  }
}
@media (max-width: 1600px) {
  #about {
    padding-top: 85px;
  }
  #about .container {
    max-width: 1200px;
  }
  #about .container .about-information .title-text .text p {
    line-height: 28px;
  }
  #about .container .text-image {
    gap: 34px;
  }
  #about .container .text-image .text-title .text p {
    line-height: 28px;
  }
  #about .container .text-image .image img {
    width: 532px;
    height: 450px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .img img {
    max-width: 494px;
    max-height: 362.72px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .star {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .comment p {
    line-height: 24px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    left: 680px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 553px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 620px;
  }
  .mb-86 {
    margin-bottom: 21px !important;
  }
  header nav .logo-links {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  #about .container {
    max-width: 992px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review {
    padding: 18px;
    padding-top: 12px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .name span {
    margin: 0px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    left: 680px;
    bottom: 2px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 553px;
    bottom: 2px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 620px;
    bottom: 2px;
  }
  .mb-86 {
    margin-bottom: 21px !important;
  }
  header nav .logo-links {
    max-width: 992px;
  }
}
@media (max-width: 1110px) {
  #about {
    padding-top: 75px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    left: 680px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 553px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 620px;
  }
  .mb-86 {
    margin-bottom: 21px !important;
  }
}
@media (max-width: 992px) {
  #about .container {
    max-width: 768px;
  }
  #about .container .about-information .title-text .title h3 {
    line-height: 50px;
  }
  #about .container .text-image {
    display: grid;
  }
  #about .container .text-image .text-title {
    order: 2;
  }
  #about .container .text-image .text-title .title h4 {
    display: none;
  }
  #about .container .text-image .text-title .text {
    margin-top: 60px;
  }
  #about .container .text-image .image {
    order: 1;
  }
  #about .container .text-image .image .title-mobile {
    display: block;
  }
  #about .container .text-image .image .title-mobile h4 {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #3d655f;
    margin-bottom: 40px;
    margin: 0px;
  }
  #about .container .text-image .image img {
    width: 100%;
    height: 100%;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide {
    display: block;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .img {
    text-align: center;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review {
    padding-bottom: 50px;
    max-width: 460px;
    margin: 0px auto;
    border-radius: 0px 0px 20px 20px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    bottom: 9px;
    left: calc(50% - 116px);
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: calc(50% - 226px);
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: calc(50% - 170px);
  }
  header nav .logo-links {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  #about .container {
    max-width: 576px;
  }
  #about .container .about-information .title-text .text {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  #about {
    padding-top: 70px;
  }
  #about .header {
    height: 622px;
  }
  #about .header .text {
    width: 100%;
  }
  #about .container {
    padding: 0px 18px;
  }
  #about .container .about-information .location span {
    font-size: 16px;
    line-height: 18px;
  }
  #about .container .about-information .title-text .title h3 {
    font-size: 16px;
    line-height: 32px;
  }
  #about .container .about-information .title-text .text {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  #about .container .about-information .title-text .text p {
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  #about .container .text-image {
    display: grid;
  }
  #about .container .text-image .text-title {
    order: 2;
  }
  #about .container .text-image .text-title .title {
    display: none;
  }
  #about .container .text-image .text-title .title h4 {
    font-size: 16px;
    line-height: 32px;
    margin: 0px;
  }
  #about .container .text-image .text-title .title h4 br {
    display: none;
  }
  #about .container .text-image .text-title .text {
    margin-top: 32px;
  }
  #about .container .text-image .text-title .text p {
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
  }
  #about .container .text-image .image {
    order: 1;
  }
  #about .container .text-image .image .title-mobile {
    display: block;
  }
  #about .container .text-image .image .title-mobile h4 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    color: #3d655f;
    margin-top: 0px;
  }
  #about .container .customer-review .title h4 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 26px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: -1;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review {
    width: 293.31px;
    background: #ffffff;
    margin-top: -100px;
    border-radius: 8px;
    padding-top: 11px;
    padding-left: 22.66px;
  }
  #about .container .customer-review .slider-area .comment .swiper-wrapper .swiper-slide .review .comment p {
    font-size: 14px;
    line-height: 32px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    z-index: 1;
    left: 200px;
    bottom: 10px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides span {
    font-size: 18px;
    line-height: 32px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 100px;
    width: 28.21px;
    height: 10px;
    bottom: 20px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 150px;
    width: 28.21px;
    height: 10px;
    bottom: 20px;
  }
  #about .container .mb-75px {
    margin-bottom: 12px;
  }
  #about .container .mb-48px {
    margin-bottom: 26px;
  }
}
@media (max-width: 430px) {
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    left: 160px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 54px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 110px;
  }
}
@media (max-width: 395px) {
  #about .container .customer-review .slider-area .comment .arrow-number #numberSlides {
    left: 150px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-prev {
    left: 34px;
  }
  #about .container .customer-review .slider-area .comment .arrow-number .swiper-button-next {
    left: 90px;
  }
}/*# sourceMappingURL=about.css.map */