/* About Banner */
section.about-banner {
  background: url(../../assets/img/about-us/about-us-bg-banner.jpg) no-repeat
    center / cover;
  height: 715px;
  display: flex;
  color: #fff;
}

section.about-banner .row {
  right: 0;
  top: 0;
  padding: 0;
  margin: auto;
  background: #0008;
}

section.about-banner .row a{
  color: #fff
}

section.about-banner .row a:hover{
  color: var(--blue);
}
/* About Banner */

/* About Section */
section.about-us {
  background: var(--light-gray);
}

section.about-us img {
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  border-radius: 10px;
  height: 448px;
  object-fit: cover;
}

@media (min-width: 1200px) {
  section.about-banner .about-banner-content {
    width: 50%;
  }

  section.about-us .row:first-child .about-us-content {
    padding-right: 50px;
  }

  section.about-us .row:last-child .about-us-content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  section.about-us .row {
    row-gap: 20px;
  }
}
/* About Section */

/* Awards */
section.awards .trophee-award {
  width: 60%;
}

section.awards .awards-certificate {
  gap: 50px;
}

section.awards .awards-item {
  height: 150px;
}

section.awards .awards-item img {
  width: 315px;
  height: 140px !important;
  transform: translateX(-50%);
  left: 50%;
}

section.awards h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 56%;
  margin: auto;
}

section.awards .trophee-award h3 {
  width: 60%;
  margin: auto;
}

section.awards .awards-prize {
  gap: 20px;
}

@media (min-width: 1200px) {
  .heading-content {
    padding-right: 120px;
  }
}

@media (max-width: 1199px) {
  section.awards .awards-item img {
    width: 415px;
  }
}

@media (max-width: 767px) {
  .awards-certificate {
    flex-direction: column;
  }

  section.awards h4 {
    width: 46%;
  }

  section.awards .trophee-award {
    width: 100%;
  }

  section.awards .trophee-award img {
    height: 420px;
    object-fit: contain;
  }
}

@media (max-width: 575px) {
  section.awards .awards-item img {
    width: 345px;
  }
}
/* Awards */

/* Leading Companies Trust Hushtec */
section.leading-companies {
  background: var(--light-gray);
}

section.leading-companies .row.client-logos-row {
  row-gap: 15px;
}

section.leading-companies .row.client-logos-row img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 135px;
  padding: 15px;
  border: 1px solid var(--light-gray);
  object-fit: contain;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.54);
  border-radius: 10px;
}
/* Leading Companies Trust Hushtec */
