.awards,
.reviews {
  font-size: 50px;
  margin: 0 auto;
  padding: 100px;
  display: flex;
  justify-content: center;
  height: 200px;
}

.reviews {
  padding: 0;
}
.awards-wrapper,
.review-wrapper {
  max-height: 20%;
  max-width: 100vw;
  margin-bottom: 200px;
}
.awards-header,
.review-header {
  margin-top: 80px;
  position: relative;
  text-align: center;
}

.awards-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-image: url("../img/IMG_3389.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: 0;
}
.first-award-slot {
  margin: 0 auto;
  background-color: #162916d9;
  display: flex;
  justify-content: space-around;
  max-width: 100vw;
  height: 50vh;
  padding: 50px 0 50px 0;
  align-content: center;
}

.first-award-slot-description {
  font-size: 25px;
  color: rgb(234, 232, 232);
  padding-left: 20%;
  max-width: 25%;
  text-align: center;
  align-self: center;
}
.first-award-image {
  max-width: 50%;
  object-fit: contain;
}

.review-video {
  position: relative;
  max-width: 50%;
  object-fit: contain;
}
