.main-baner-content {
  margin: auto 150px auto 150px;
}

.main-baner-container---about-us {
  height: 800px !important;
}

.main-baner-container---about-us p {
  margin: 40px 0px;
  font-size: 24px;
  width: auto;
  word-wrap: break-word;
}

.main-baner-container---about-us h1 {
  width: auto;
  height: auto;
  margin-top: 60px;
  font-size: 70px;
}

@media (max-width: 1500px) and (min-width: 1300px) {
  .offer-row .offer-box {
    width: 17% !important;
  }
}

@media (max-width: 990px) {
  .main-baner-container---about-us h1 {
    font-size: 55px;
  }
  .main-baner-container---about-us p {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .main-baner-container---about-us h1 {
    margin-top: 0;
  }
}

/* VALUES */

.values-section {
  margin-top: 200px;
}

.values-section-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 12%;
}

.values-section-container .text-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  max-width: 700px;
  width: 50%;
}

.values-section-container .img-column {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  width: 45%;
}

.values-section-container .img-column img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

.values-section-container h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  opacity: 70%;
  letter-spacing: 2px;
  margin: 0;
}

.values-section-container .description-large {
  margin: 60px 0;
}

.values-section-container h5 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  color: var(--color-black);
}

@media (max-width: 1200px) {
  .values-section-container .description-large {
    margin: 45px 0;
  }

  .values-section-container h5 {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .values-section-container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .values-section-container .text-column {
    max-width: none;
    width: 100%;
  }

  .values-section-container .img-column {
    max-width: none;
    width: 75%;
  }

  .values-section-container .description-large {
    margin: 30px 0;
  }

  .values-section {
    margin-top: 0px;
  }
}

/* AWARD-SLIDER */

@media (max-width: 424px) {
  .tech-top-text {
    margin-bottom: 30px !important;
  }
}

/* HISTORY */

.history-section {
  margin-top: 150px;
  padding: 0 10%;
}

.timeline {
  position: relative;
  padding: 30px 0;
  margin-top: 75px;
}

.timeline::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #d9d9d9;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  position: relative;
  width: 50%;
  color: var(--color-black);
}

.timeline-left {
  flex-direction: row-reverse;
}

.timeline-right {
  left: 50%;
}

.timeline-item img {
  height: 65px;
  width: 65px;
}

.timeline-text {
  max-width: 450px;
}

.timeline-left .timeline-text {
  text-align: right;
}

.timeline-right .timeline-text {
  text-align: left;
}

.timeline .year {
  font-weight: 800;
  font-size: 16px;
  opacity: 70%;
  letter-spacing: 2px;
}

.timeline .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 34px;
}

.timeline .description {
  font-size: 16px;
  margin-top: 10px;
}

.timeline-marker {
  width: 30px;
  height: 6px;
  background-color: #d9d9d9;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .timeline .title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 900px) {
  .history-section {
    margin-top: 150px;
  }

  .timeline-item {
    padding: 20px 0;
    width: 100%;
  }

  .timeline-left {
    flex-direction: row;
    left: 0;
  }

  .timeline-right {
    left: 0;
  }

  .timeline-left .timeline-text {
    text-align: left;
  }

  .timeline::before {
    left: 0;
  }

  .timeline img {
    width: 50px;
    height: 50px;
  }

  .timeline .title {
    font-size: 24px;
    line-height: 30px;
  }

  .timeline-text {
    max-width: none;
  }
}

/* OUR-TEAM */

.our-team-section {
  margin-top: 150px;
  margin-bottom: 130px;
}

.our-team-section .values-section-container {
  gap: 70px;
}

.our-team-section .description-large {
  margin: 30px 0 0 0;
}

.our-team-section .text-column {
  width: 40%;
  height: auto;
}

.our-team-section h2 {
  margin-bottom: 20px;
}

.our-team-section .img-column {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 55%;
}

.our-team-section img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

.our-team-section .values-section-container {
  padding: 0 12%;
}

@media (max-width: 1200px) {
  .our-team-section .description-large {
    margin: 15px 0;
  }

  .our-team-section h5 {
    font-size: 15px;
  }

  .our-team-section .img-column {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .our-team-section {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .our-team-section .text-column {
    max-width: none;
    width: 100%;
  }

  .our-team-section .img-column {
    max-width: none;
    width: 100%;
  }

  .img-column img {
    width: 100% !important;
  }

  .our-team-section {
    margin-top: 100px;
  }
}

/* GALLERY */

.image-card {
  width: 450px !important;
  border-radius: 15px !important;
  margin: 20px !important;
}

@media (max-width: 900px) {
  .image-card {
    width: 80% !important;
  }
}

/* OUR-SERVICES */

.our_services-section .offer-box img {
  height: 110px !important;
}

.offer-box span {
  padding-bottom: 20px;
}

.offer-box h6 {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .offer-content {
    padding: 0 !important;
  }
}

/* CONTACT */

.map_contact-container h2 {
  margin-bottom: 0px !important;
  width: 50%;
}

.map_contact-container .title-contact {
  position: relative;
  bottom: 50px;
}

.map_and_contact .home-contact {
  width: 50% !important;
}

.map_contact-container .left-contact {
  width: 90% !important;
}

@media (max-width: 990px) {
  .map_contact-container {
    padding-top: 0px;
  }

  .title-contact {
    align-items: center;
  }

  .map_contact-container {
    text-align: center !important;
  }

  .map_and_contact .home-contact {
    width: 100% !important;
  }

  .map_contact-container h2 {
    width: 90% !important;
  }

  .map_and_contact {
    top: -60px;
  }

  .map_contact-container .title-contact {
    bottom: 150px;
  }
}

@media (max-width: 900px) {
  .map_and_contact .home-contact {
    width: 100% !important;
  }

  .map_contact-container h2 {
    width: 90% !important;
  }

  .map_and_contact {
    width: 96% !important;
  }

  .map_contact-container .title-contact {
    bottom: 150px;
  }
}
