#about-five {
  /* padding-left: calc((100% - 700px) / 2); */
  position: relative;
  margin-bottom: 100px;
}

/* #about-five:before {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 255px;
  background-image: url(before-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 90px;
  bottom: -80px;
  z-index: -1;
} */

#about-five .about-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
}
#about-five .block__title {
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
#about-five .left__side {
  width: 470px;
  margin-right: 30px;
  flex-shrink: 0;
}
#about-five .right__side {
  width: calc(100% - 500px - (100% - 1170px) / 2);
}
#about-five .block__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 48px;
  line-height: 57px;
  color: #0e0e10;
  font-family: "Ant", sans-serif;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#about-five .block__desc {
  height: 300px;
  overflow: hidden;
}
#about-five .block__desc.active {
  overflow: auto;
  height: auto;
}
#about-five button.read__more {
  outline: none;
  border: none;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  color: #f3760a;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
}
#about-five .block__desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: black;
  margin: 0;
  margin-bottom: 10px;
}
#about-five .slides__holder {
  overflow: hidden;
}
#about-five .item__slide {
  box-sizing: border-box;
  width: calc(100% / 1.5);
}
#about-five .item__slide img {
  object-fit: cover;
  height: 450px;
  border-radius: 25px;
  width: 100%;
}
#about-five .side.left__side {
  margin-left: calc((100% - 1170px) / 2);
}

@media (max-width: 1600px) {
  #about-five:before {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  #about-five .side.left__side {
    margin-left: calc((100% - 965px) / 2);
  }
  #about-five .right__side {
    width: calc(100% - 500px - (100% - 965px) / 2);
  }
  #about-five .block__desc p {
    font-size: 18px;
  }
  #about-five .item__slide img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  #about-five .side.left__side {
    margin-left: calc((100% - 740px) / 2);
    width: 370px;
  }
  #about-five .right__side {
    width: calc(100% - 400px - (100% - 740px) / 2);
  }
  #about-five .about-content {
    margin-top: 30px;
  }
  #about-five .block__desc p {
    opacity: 0.6;
    font-size: 16px;
  }
  #about-five .item__slide img {
    height: 265px;
  }
  #about-five:before {
    left: -45px;
  }
}
@media (max-width: 767px) {
  #about-five .about-content {
    padding: 0 15px;
    flex-direction: column;
  }
  #about-five .side.left__side {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #about-five .right__side {
    width: 100%;
  }
  #about-five:before {
    display: none;
    background: none;
  }
  #about-five {
    margin-bottom: 60px;
  }
}

@media (max-width: 490px) {
  #about-five .item__slide img {
    height: 160px;
  }
}
