.cs-award {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cs-award {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
.cs-award .container {
  max-width: 1440px;
  padding: 0;
}
@media (min-width: 768px) {
  .cs-award-inner {
    display: -ms-flexbox;
    display: flex;
  }
}
.cs-award-content {
  background-color: #F8F1D3;
  position: relative;
  padding: 40px;
}
@media (min-width: 768px) {
  .cs-award-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
.cs-award-content-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 375px) {
  .cs-award-content-inner {
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  .cs-award-content-inner {
    max-width: 403px;
    padding-right: 0;
  }
}
.cs-award-content-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 374px) {
  .cs-award-content-img {
    display: none;
  }
}
.cs-award-content-img.img-bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 991px) {
  .cs-award-content-img {
    max-width: 90px;
  }
}
.cs-award-content h2 {
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
  font-weight: 600;
  display: inline-block;
  padding-right: 100px;
  background-position: right center;
  background-size: 80px 50px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .cs-award-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.cs-award-content p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.cs-award-img {
  height: 100%;
}
@media (min-width: 992px) {
  .cs-award-img {
    -ms-flex: 0 0 624px;
        flex: 0 0 624px;
  }
}
.cs-award-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}