#about {
  padding-top: 50px;
  position: relative;
  padding-bottom: 83px;
}

@media screen and (max-width: 999px) {
  #about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.about__charm {
  position: absolute;
  display: block;
  content: "";
  top: 2%;
  left: -5.2%;
  width: 21.711%;
  z-index: -1;
  background: url(../img/about-charm.png) no-repeat center center / contain;
}

.about__top {
}

.about__topContainer {
  max-width: 1187px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .about__topContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    flex-direction: column;
  }
}

.about__topText {
  width: 31.424%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 999px) {
  .about__topText {
    width: 100%;
  }
}

.about__topHead {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

@media screen and (max-width: 999px) {
  .about__topHead {
    margin-top: 0px;
  }
}

.about__topHead h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 999px) {
  .about__topHead h2 {
    font-size: 24px;
  }
}

.about__topHead p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: -3px;
}

.about__topContent {
  line-height: 2.28571428571;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  .about__topContent {
    margin-top: 10px;
  }
}

.about__topButtonWrapper {
  margin-top: 41px;
}

@media screen and (max-width: 999px) {
  .about__topButtonWrapper {
    margin-top: 20px;
  }
}

.about__topButton {
  width: 194px !important;
  padding: 11px 0 12px !important;
}

.about__topImage {
  width: 61.247%;
}

@media screen and (max-width: 999px) {
  .about__topImage {
    width: 100%;
  }
}

.about__bottom {
}

.about__bottomContainer {
  max-width: 1008px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .about__bottomContainer {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.about__bottomItemsWrapper {
  border: 1px solid #000;
  margin-top: 43px;
  padding-bottom: 36px;
}

.about__bottomItems {
  display: flex;
  margin-top: 20px;
  gap: 69px;
  justify-content: center;
  align-items: baseline;
}


@media screen and (max-width: 767px) {
  .about__bottomItems {
    flex-wrap: wrap;
    gap: 115px;
    row-gap: 50px;
  }
}

.about__bottomItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  position: relative;
}

.about__bottomItem--1 {
  width: 13.122%;
}
.about__bottomItem--2 {
  width: 9.941%;
}
.about__bottomItem--3 {
  width: 11.532%;
}
.about__bottomItem--4 {
  width: 16.501%;
}
@media screen and (max-width: 767px) {
  .about__bottomItem--1 {
    width: 23.122%;
  }
  .about__bottomItem--2 {
    width: 19.941%;
  }
  .about__bottomItem--3 {
    width: 21.532%;
  }
  .about__bottomItem--4 {
    width: 26.501%;
  }
}

.about__bottomItem::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.about__bottomItem--1::before {
  right: -31px;
  height: 121%;
}
.about__bottomItem--2::before {
  right: -37%;
  height: 130%;
  top: 47%;
}
.about__bottomItem--3::before {
  right: -32%;
  height: 105%;
  top: 57%;
}
.about__bottomItem--4::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .about__bottomItem::before {
    display: none;
  }
}

.about__bottomItemContent {
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .about__bottomItemContent {
    font-size: 14px;
  }
}

.about__bannersWrapper {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .about__bannersWrapper {
    margin-top: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.about__banners {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .about__banners {
    flex-direction: column;
    gap: 30px;
  }
}

.about__banner {
  width: 49%;
}

@media screen and (max-width: 999px) {
  .about__banner {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .slick-dots {
    bottom: -125px;
  }
}



@media (min-width: 768px) and (max-width: 999px) {
    .about__bottomItems {
      flex-wrap: wrap;
      gap: 80px;
      justify-content: center;
    }
    .about__bottomItem--1 {
      width: 15%;
    }
    .about__bottomItem--2 {
      width: 15%;
    }
    .about__bottomItem--3 {
      width: 15%;
    }
    .about__bottomItem--4 {
      width: 15%;
    }
  
    .about__bottomItem--1::before {
      right: -31px;
      height: 121%;
    }
    .about__bottomItem--2::before {
      right: -31px;
      height: 121%;
      top: 47%;
    }
    .about__bottomItem--3::before {
      right: -31px;
      height: 121%;
      top: 57%;
    }
    .about__bottomItem--4::before {
      display: none;
    }
  }