.awards__container__left__box {
  position: absolute;
  bottom: 60px;
  color: #fff;
  padding: 0px 30px;
}

.awards__container__left__box__title {
  font-size: 2em;
  display: block;
  line-height: 38px;
  margin-bottom: 15px;
}

.awards__container__left__box__text {
  font-size: 0.8em;
  display: block;
  margin-bottom: 45px;
}

.awards__container__left__box__href {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  top: 30px;
}

.awards__container__left__box__href__svg {
  position: relative;
  top: 3px;
  margin-left: 7px;
}

.awards__container__box .owl-nav {
  position: absolute;
  top: 25%;
  font-size: 3em;
  width: 100%;
}

.awards__container__box .owl-nav button.owl-prev {
  display: none;
  position: relative;
  left: -25px;
}

.awards__container__box .owl-nav button.owl-prev:focus {
  outline: 0px;
}

.awards__container__box .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
}

.awards__container__box .owl-nav button.owl-next:focus {
  outline: 0px;
}

.awards__container__box__card {
  margin-right: 15px;
  border: 1px solid #f9f7f7;
  min-height:460px;
  max-height:460px;
}
.awards__container__left .awards-img {
    max-height: 460px;
    min-height: 460px;
}
.awards__container__box__card__body {
  min-height: 155px;
}

.awards__container__box__card__body h5 {
  color: #004899;
  margin-bottom: 0px;
}

.awards__container__box__card__body__href {
  min-height: 115px;
}

.awards__container__box__card__body__href__content {
  float: left;
  width: 100%;
  color: #004899 !important;
  font-family: 'loraBold';
  margin-top: 15px;
}

.awards__container__box__card__body__href:hover {
  text-decoration: none;
}

.awards__container__box__card__body__href__icon {
  display: inline-block !important;
  width: 15% !important;
}

@media (max-width: 1199px) {
  .awards__container .container {
    max-width: 1000px;
  }
  .awards__container__left__box {
    bottom: 20px;
  }
  .awards__container__left__box__text {
    margin-bottom: 15px;
  }
}

@media (max-width: 984px) {
  .awards__container__box .owl-nav {
    right: 6px;
    width: 90%;
  }
  .awards__container__left__box {
    bottom: 230px;
  }
  .awards__container__left__box__title {
    font-size: 1.4em;
    line-height: 25px;
  }
}

@media (max-width: 852px) {
  .awards__container__left__box {
    bottom: 200px;
  }
  .awards__container__left__box__title {
    font-size: 1.2em;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .awards__container__left__box__text {
    margin-bottom: 3px;
  }
}

@media (max-width: 768px) {
  .awards__container__left__box {
    bottom: 248px;
  }
}

@media (max-width: 767px) {
  .awards__container__left__box {
    bottom: 120px;
  }
  .awards__container__left__box__title {
    font-size: 2em;
  }
  .awards__container__left__box__text {
    font-size: 1.3em;
  }
  .awards__container__box {
    margin-top: 30px;
  }
  .awards__container__box .owl-nav {
    position: absolute;
    top: -35px;
    font-size: 1.5em;
    width: auto;
    margin-left: 5px;
  }
  .awards__container__box .owl-nav button.owl-prev {
    display: inline-block;
    position: relative;
    left: 0px;
  }
  .awards__container__box .owl-nav button.owl-next {
    position: relative;
    right: 0px;
    margin-left: 15px;
  }
}

@media (max-width: 430px) {
.awards__container__box__card {
    min-height: auto;
    max-height: initial;
}
  .awards__container .owl-nav {
    display: none;
  }
  .awards__container .owl-dots {
    margin-top: 15px;
    text-align: center;
  }
  .awards__container .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    color: #333;
    border: 1px solid #333;
    margin-right: 7px;
  }
  .awards__container .owl-dots .active {
    background-color: #333;
  }
  .awards__container__left__box__title {
    font-size: 1em;
    line-height: 19px;
  }
  .awards__container__left__box__text {
    font-size: 0.7em;
    margin-bottom: 10px;
  }
  .awards__container__left__box {
    bottom: 20px;
  }
}
/*# sourceMappingURL=awards.css.map */