/*** Gr Award Section ***/

.award-winning-service {
    background: #fff;
    opacity: 1;
    padding: 75px 0px 0px 0px;
  }
  .award-winning-service h3 {
    color: #d71635;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
  }
  .award-winning-service p {
    color: #222222;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 30px 0 0px 0px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .img-control {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
  }
  .img-control > img {
    display: block;
    max-width: 100%;
    height: 90px;
    transform: scale(1.3);
  }
  .content-control p {
    font-size: 16px !important;
  }
  .content-control h4 {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: bold;
    width: 240px;
  }
  .content-control {
    position: relative;
    transition: all 0.5s;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
    border-right: 1px solid #eee;
  }
  
  .content-control > img {
    width: 100%;
  }
  .content-control:last-child > a {
    margin-top: 75px !important;
  }
  
  .content-control:last-child {
    border: none;
  }
  .awards-carousel.blog-listing.category .slick-arrow {
    left: 75%;
    top: 30%;
  }
  .blogs-featured .awards-carousel.blog-listing.featured .slick-arrow {
    left: 92%;
    top: 30%;
  }
  .blogs-featured .awards-carousel.blog-listing .slick-arrow {
    left: 95.5%;
    top: 35%;
  }
  
  .blogs-featured .blog-listing .slick-list {
    overflow: visible;
  }
  
  .awards-carousel .slick-next {
    right: 15px;
    background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-right.svg);
    width: 43px;
    height: 86px;
    display: block;
    background-repeat: no-repeat;
  }
  .awards-carousel .slick-next:before {
    content: "";
    display: none !important;
  }
  .awards-carousel .slick-prev {
    left: 12px;
    z-index: 1;
    background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-left.svg);
    width: 43px;
    height: 94px;
    display: block;
    background-repeat: no-repeat;
  }
  .awards-carousel .slick-prev:before {
    content: "";
    display: none !important;
  }
  
  .awards-carousel.blog-listing .slick-prev,
  .awards-carousel.blog-listing .slick-next {
    top: 25%;
    left: 90%;
  }
  
  .awards-carousel.featured .slick-prev,
  .awards-carousel.featured .slick-next {
    top: 45% !important;
  }