/* Page: Resources */
/* ------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* HERO */

.page-title {
  padding-top: 170px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  max-height: 385px;
}

.page-title h1 {
  text-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #000000;
  margin: 0 auto 36px;
  text-transform: none;
}

.page-title h2 {
  font-family: 'Inter';
  font-size: 24px;
  line-height: 36px;
  color: #697089;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  max-width: 700px;
  font-weight: 700;
}

/* END HERO */

/* SECTION */

.bg-awards {
  width: 100%;
  min-height: 500px;
  background: linear-gradient(180deg, #BE88EB 0%, rgba(118, 113, 206, 0) 52.07%), url(../img/new/bg-why-choose-us.png), linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
  background-size: cover;
  position: relative;
  padding-top: 13rem;
  padding-bottom: 60px;
}

.bg-awards .curved-top,
.bg-awards .curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  right: 0;
  min-width: 1920px;
  width: 100%;
}

.bg-awards .curved-top {
  transform: translateY(-314px) translateX(-50%);
  top: 0;
}

.bg-awards .curved-bottom {
  transform: translateY(195px) translateX(-50%);
  bottom: 0;
}

.container-page-awards-logos {
  display: grid;
  gap: 8px;
  padding: 8px;
  max-width: 1142px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #f9f7f7 1.46%, #f9f9f9 54.12%, #E6E8F0 100%);
  border-radius: 40px;
  position: relative;
  z-index: 4;
}

.container-page-awards-logos-half-column {
  grid-template-columns: 1fr 1fr;
}

.container-page-awards-logos-full-column {
  grid-template-columns: 1fr;
}

.container-page-awards-logos>div {
  background: #fff;
  padding: 36px;
  border-radius: 40px;
  width: 100%;
  min-height: 245px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  height: 100%;
}

.container-page-awards-logos-half-column.container-page-awards-logos>div:first-child {
  border-radius: 40px 10px 10px 40px;
}

.container-page-awards-logos-half-column.container-page-awards-logos>div:last-child {
  border-radius: 10px 40px 40px 10px;
}

.container-page-awards-logos-full-column>div {
  border-radius: 40px;
}

.container-page-awards-logos img {
  max-height: 160px;
  margin: auto;
}

.container-page-awards-logos p {
  color: #697089;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.container-page-awards-logos a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #697089;
}

@media (min-width: 1140px) {}

@media (min-width: 991px) and (max-width: 1140px) {}

@media (min-width: 768px) and (max-width: 990px) {

  .page-title {
    margin-top: 10rem !important;
    padding: 0;
    max-height: 210px;
    overflow: hidden;
  }

  .page-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .page-title h2 {
    margin: 0;
  }

  .bg-awards .curved-top {
    top: 9rem;
  }
}

@media (max-width: 990px) {
  .header {
    height: auto !important;
    border-bottom: none;
  }
  .bg-award{
  padding-bottom: 0;
  }

  .bg-awards .curved-top {
      top: 9rem;
  }

  .bg-awards .curved-top,
  .bg-awards .curved-bottom {
    min-width: 100%;
  }

  .bg-awards .curved-top {
    top: 13rem;
  }

  .bg-awards .curved-bottom {
    bottom: 2rem;
    z-index: 3;
  }

  .container-page-awards-logos-half-column {
    grid-template-columns: 1fr;
  }

  .container-page-awards-logos>div {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px;
    padding: 20px 15px;
  }

  .container-page-awards-logos-half-column.container-page-awards-logos>div:first-child {
    border-radius: 40px 40px 10px 10px;
  }

  .container-page-awards-logos-half-column.container-page-awards-logos>div:last-child {
    border-radius: 10px 10px 40px 40px;
  }

  .container-page-awards-logos img {
    max-width: 130px;
    margin: auto;
  }
 

  .container-page-awards-logos p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .bg-awards {
      padding-top: 8rem;
      padding-bottom: 0;
  }
  .bg-awards .curved-top {
    top: 11rem;
  }
  .page-title {
    margin-top: 76px !important;
    padding: 0;
    max-height: 304px;
    overflow: hidden;
    min-height: 200px;
  }

  .page-title h1 {
    font-size: 24px;
    letter-spacing: -0.96px;
    margin: 0 auto 10px;
    line-height: 30px;
  }

  .page-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .container-page-awards-logos-full-column>div {
    border-radius: 40px;
  }
  .container-page-awards-logos-full-column.container-page-awards-logos img {
    max-width: 300px;
  }
}

@media (max-width: 420px){
  .container-page-awards-logos img {
      max-width: 100px;
  }
}

/* / max-width 767 */