.more-about__content {
  display: flex;
  max-width: 1220px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  align-items: center;
  margin-right: auto;
  justify-content: space-between;
}
.more-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: clamp(200px, 27.083vw, 520px);
  padding-bottom: 120px;
}
.a-sign {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
}
.more-about__left h2 {
  max-width: 628px;
}
.more-about__left .paragraph__18 {
  max-width: 740px;
  opacity: 0.7;
}
.more-about__item h3 {
  margin-bottom: 4px;
}
#page .more-about__item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.more-about__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.more-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(25, 29, 35, 0),
    rgba(25, 29, 35, 0.6),
    rgba(25, 29, 35, 0.8)
  );
  opacity: 0.6;
}
.more-about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(39, 47, 15, 0.22), rgba(39, 47, 15, 0.6));
  opacity: 0.5;
}
.mnore-about__right {
  padding-top: 12px;
  border-left: 1px solid #9bb939;

  padding-bottom: 12px;
  padding-left: 30px;
}
@media only screen and (max-width: 1680px) {
  .a-sign {
    left: -6%;
  }
}

@media only screen and (max-width: 1560px) {
  .a-sign {
    left: -12%;
  }
}

@media only screen and (max-width: 991px) {
  .more-about {
    padding-top: 320px;
    padding-bottom: 60px;
  }
  .more-about__content {
    flex-direction: column;
    gap: 40px;
  }
  .more-about__left {
    max-width: 100%;
  }
  .more-about__left .paragraph__18 {
    max-width: 100%;
  }
  .mnore-about__right {
    border-left: none;
    border-top: 1px solid #9bb939;
    padding-left: 0;
    padding-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .more-about__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .more-about__item {
    flex: 1 1 calc(50% - 15px);
    min-width: 140px;
  }
  .a-sign {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .more-about {
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .latest-news {
    padding-left: 0 !important;
  }
  .a-sign {
    display: block;
    left: 0;
    max-width: 190px;
  }
  .mnore-about__right {
    padding-left: 66px;
  }
  .mnore-about__right {
    border: unset;
  }
  .more-about__item:first-of-type {
    padding-left: 10px;
  }
  .more-about__item:nth-of-type(2) {
    padding-left: 30px;
  }
  .more-about__item:nth-of-type(3) {
    padding-left: 50px;
  }
  .more-about__item h3 {
    font-size: 20px;
  }
  #page .more-about__item p {
    font-size: 12px;
  }
  .mnore-about__right {
    flex-direction: column;
    gap: 24px;
  }
  .more-about__item {
    flex: none;
    width: 100%;
  }
}
