@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.about {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .about {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .about {
    padding: 30px 0;
  }
}
.about__box {
  position: relative;
  background-color: #092730;
  padding: 50px 20px;
  border-radius: 30px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__box {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .about__box {
    display: flex;
    justify-content: space-around;
  }
}
.about__left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__left {
    width: 60%;
    padding-left: 40px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .about__left {
    width: 60%;
    padding-left: 40px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .about__left {
    flex: 0 0 50%;
    width: 50%;
  }
}
.about__right {
  flex: 1;
  position: relative;
  min-height: 300px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .about__right {
    width: 100%;
    min-height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__right {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__right {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .about__right {
    flex: 0 0 50%;
    width: 40%;
  }
}
@media (min-width: 1560px) {
  .about__right {
    flex: 0 0 50%;
    min-height: 400px;
  }
}
.about__title {
  font-size: 2.6rem !important;
  line-height: 1.1 !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__title {
    font-size: 2.6rem !important;
  }
}
@media (min-width: 1560px) {
  .about__title {
    font-size: 2.8rem !important;
  }
}
.about__title {
  color: #fff;
  margin: 0;
}
.about__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}
@media (max-width: 767px) {
  .about__title-wrapper {
    gap: 8px;
  }
}
.about__line {
  width: 100%;
  height: 3px;
  background-color: #EB811A;
}
.about__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 15px;
  }
}
.about__stats {
  display: flex;
  margin-top: 20px;
  gap: 30px;
  padding-bottom: 30px;
}
.about__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about__stat-number {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .about__stat-number {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .about__stat-number {
    font-size: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__stat-number {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__stat-number {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .about__stat-number {
    font-size: 40px;
  }
}
.about__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.about__decorative-box {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__decorative-box {
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    width: 150px;
    height: 150px;
    background-color: #EB811A;
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .about__decorative-box {
    display: block;
    position: absolute;
    top: -150px;
    right: -20px;
    width: 200px;
    height: 400px;
    background-color: #EB811A;
    border-radius: 15px;
  }
}
@media (min-width: 1560px) {
  .about__decorative-box {
    width: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__decorative-box--left {
    bottom: -20px;
    left: -20px;
    right: auto;
    width: 150px;
    height: 150px;
    top: unset;
  }
}
@media (min-width: 1200px) {
  .about__decorative-box--left {
    bottom: -20px;
    left: -20px;
    top: unset;
    right: auto;
    width: 200px;
    height: 150px;
  }
}
@media (min-width: 1560px) {
  .about__decorative-box--left {
    width: 300px;
  }
}
.about__image {
  position: absolute;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__image {
    height: 120%;
  }
}
@media (min-width: 1200px) {
  .about__image {
    height: 120%;
  }
}
.about__image--first {
  top: 0;
  left: 0;
  width: 50%;
}
@media (min-width: 576px) and (orientation: landscape) {
  .about__image--first {
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__image--first {
    width: 40%;
    height: 100%;
    top: 0;
    left: 5%;
    transform: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__image--first {
    top: -100px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .about__image--first {
    top: -100px;
    left: 25px;
  }
}
@media (min-width: 1560px) {
  .about__image--first {
    width: 40%;
    left: 100px;
  }
}
.about__image--second {
  width: 50%;
  bottom: 0;
  right: -10px;
}
@media (min-width: 576px) and (orientation: landscape) {
  .about__image--second {
    bottom: unset;
    top: 20px;
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  .about__image--second {
    width: 40%;
    height: 100%;
    bottom: auto;
    top: 0;
    right: 5%;
    transform: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .about__image--second {
    bottom: -100px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .about__image--second {
    bottom: -100px;
    right: 50px;
  }
}
@media (min-width: 1560px) {
  .about__image--second {
    width: 40%;
    right: 100px;
  }
}