.case-study h1 {
    max-width: 1080px;
}

.case-study .customer-benefits .flex .benefits-list {
    padding-top: 50px;
}

.case-study .customer-benefits .flex .benefits-list p {
    font-size: 18px;
}
.case-study.header:before {
    background-image: url(https://www.manageengine.com/products/desktop-central/../../../products/desktop-central/case-study/images/case-study-banner-5.png);
    background-position: center;
}
.case-study.content-wrapper .flex .content .features-list .feature:before {
    right: -42px;
}

      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    