.section-5 {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-5::before {
  content: '';
  position: absolute;
  right: -10%;
  top: -5%;
  background-color: #076CF3;
  height: 70rem;
  width: 70rem;
  border-radius: 100rem;
  z-index: -1;
}

.inner-about-us-container {
  width: 90%;
  position: relative;
}

.about-us-quote-container {
  margin: 6.5rem 0;
  display: flex;
  flex-direction: column;
  width: 65%;
}

.about-us-quote {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-size: 2.0rem;

}

.about-us-quote-author {
  color: #505050;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-us-squad-container {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 18rem;
  margin-top: 10rem;
}

.about-us-squad-element-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  position: relative;
  width: 20rem;
}

.about-us-squad-element--img {
  width: 20rem;
  height: 20rem;
  border-radius: 1rem;
  border: 0.4rem solid #076CF3;
  object-fit: cover;
}

.about-us-squad-element--info-container {
  display: flex;
  flex-direction: column;
}

.about-us-squad-element--info-container--name {
  color: #000;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-us-squad-element--info-container--role {
  color: #454545;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.social-midea-about-us-container {
  list-style: none;
  list-style-position: inside;
  display: flex;
  gap: 0 1rem;
}

.social-midea-about-us-element {
  font-size: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  color: #076CF3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #076CF3;
  text-decoration: none;
  font-weight: 400;
}

.social-midea-about-us-element:hover {
  color: #fff;
  background-color: #076CF3;

}


.about-us-timeline-container {
  display: flex;
  flex-direction: row;
  gap: 4rem 0;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.about-us-timeline--item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  transition: 1s;
  flex-direction: column;
  border-radius: 1rem;
}


.about-us-timeline--item-container--top-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 1rem;
}

.about-us-timeline--item-desc, .about-us-timeline--item-year {
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  display: block;
  transition: 1s;
  cursor: default;
}

.about-us-timeline--item-year, .about-us-timeline--item-year::after {
  font-size: 4.8rem;
  color: #076df3bb;
}

.about-us-timeline--item-year::after {
  content: '2020';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 1;
  transition: 1s;
  overflow: hidden;
  cursor: default;
  color: #076CF3;
  line-height: 1.3;
}

.about-us-timeline--item-container:hover .about-us-timeline--item-year::after {
  width: 100%;
}

.about-us-timeline--item-desc {
  font-size: 2rem;
  color: #1b1b1b;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 1.4rem;
}


@media screen and (max-width: 1024px) {
  .social-midea-about-us-container {
    justify-content: flex-end;
  }

  .section-6 {
    padding: 0 7rem 0 7rem !important;
  }

  .section-5::before {
    display: none;
  }

  .about-us-quote-container {
    width: 85%;
    padding-right: 7rem !important;
  }

  .about-us-squad-container {
    gap: 6rem;
  }

  .inner-where-we-are--map-container {
    flex-direction: column;
  }

  .inner-where-we-are--left-container {
    width: 100% !important;
  }

  .inner-where-we-are--right-container {
    background-image: url('') !important;
    width: 65% !important;
    justify-content: flex-start !important;
  }

  .inner-where-we-are--right-container {
    align-self: flex-start !important;
    height: auto !important;

  }

}

/*.about-us-quote-container*/

@media screen and (max-width: 1023px) {
  .about-us-quote-container {
    width: 100% !important;
  }

  .about-us-quote {
    text-align: justify;
  }

  .about-us-squad-container {
    width: 100%;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 425px) {
  .about-us-quote-container {
    width: 100%;
    padding-right: 2rem !important;
    margin: 3rem 0 2rem 0;
  }

  .about-us-quote {
    font-size: 1.6rem;
  }
  .about-us-timeline-container {
    justify-content: center;
  }
  .about-us-timeline--item-container--top-container {
    flex-direction: column;
    align-items: center;
  }

}

/*
.about-us-quote-container {
    width: 85%;
    padding-right: 4rem !important;
}
*/