.about__container {
  background-image: url("../images/about-16by9.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10rem 0;
  position: relative;
}
.about__container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/about-shadow.webp);
  background-size: cover;
  z-index: 1;
}
.about__content__head {
  color: var(--gray-color);
}
.about__content__head-label {
  font-size: 2rem;
}
.about__content__head-title {
  font-size: 3rem;
  font-family: Almarai-bold, Arial, sans-serif;
  color: var(--primary-color);
}
.about__content__desc,
.about__content__list li,
.about__content__text {
  font-size: 1.5rem;
  color: var(--secondary-color);
}
.about__content__text {
  margin: 2rem 0 0;
}
.about__content__desc {
  margin: 0 0 1rem;
}
.about__content__label,
.about__end-label {
  font-family: Almarai-bold, Arial, sans-serif;
  margin-top: 2rem;
}
.about__end {
  padding: 3rem 0;
}
.about__content__label {
  font-size: 2rem;
  color: var(--dark-color);
}
.about__content__list {
  list-style: unset;
  padding-right: 1rem;
}
.about__content__list li {
  margin-bottom: 0.5rem;
}
.about__content__text a,
.about__content__text a:hover,
.about__end-name {
  color: var(--primary-color);
}
.about__content__text span {
  display: block;
}
.about__content__text a {
  transition: 0.2s ease-in-out;
  font-family: Almarai-bold, Arial, sans-serif;
  font-size: 1.7rem;
  text-decoration: underline;
}
.about-page .about__container {
  padding: 18rem 0;
}
.about__end-name {
  font-size: 3rem;
  font-family: Almarai-bold, Arial, sans-serif;
  margin-bottom: 1.5rem;
}
.about__end-label {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--dark-color);
}
.about__content {
  position: relative;
  z-index: 10;
}
.about__content__container {
  padding: 0 2rem;
}
.about__content__image-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .about__content,
  .about__content__text {
    text-align: center;
  }
  .about__content {
    position: inherit;
  }
  .about__container {
    background-image: url("../images/about-2.webp");
  }
  .about__container::after {
    background-image: none;
    background-color: rgb(255 255 255 / 80%);
  }
  .about__content__image-bg {
    right: 50%;
    height: 100%;
  }
  .about__content__image-bg img {
    height: 100%;
  }
  .about-home {
    padding: 1rem 0 3rem;
  }
}
