.banner-section {
  margin-top: 106px;
  position: relative;
  width: 100%;
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.banner-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-section__title {
  color: #03395B;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.banner-section__subtitle p {
  font-size: 18px;
  line-height: 28px;
  color: #03395B;
  text-align: center;
}
@media (max-width: 575px) {
  .banner-section {
    height: 265px;
    align-items: flex-start;
  }
  .banner-section__title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .banner-section__subtitle p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .banner-section {
    align-items: center;
  }
}

.awards {
  padding: 80px 0 40px 0;
}
@media (max-width: 575px) {
  .awards {
    padding: 40px 0 10px 0;
  }
}

.awards-list {
  padding: 0 0 50px 0;
}
.awards-list__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 300px;
}
.awards-list__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards-list__image-container:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.awards-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.awards-list__item:last-child {
  border-bottom: none !important;
}
.awards-list__title {
  color: #03395B;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.awards-list__title:focus, .awards-list__title:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #03395B;
}
.awards-list__title:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.awards-list__title::after {
  filter: invert(18%) sepia(31%) saturate(3454%) hue-rotate(218deg) brightness(91%) contrast(99%);
}
.awards-list__body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
.awards-list__text p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .awards-list {
    padding: 10px 0 60px 0;
  }
  .awards-list__title {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=awards.css.map */
