.benchmarking-section p
 {
    font-size: 20px;
    text-align: justify;
    padding: 8px 0px 8px 0px;
    line-height: 1.8;
    margin-left: -185px;
    font-family: 'Lato-Light' !important;
    font-size: 15pt !important;
}

.benchmarking-section {
  background-color: #5c5859;
    padding: 48px;
    margin-bottom: 88px;
    padding-bottom: 69px;
}

.benchmarking-title {
    color: #fff;
    font-size: 61px;
    font-weight: 500;
    margin: 50px 0;
    font-family: 'Lora' !important;
    margin-left: -135px;
}

.benchmarking-body {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 50px;
  color: #fff;
}

.benchmarking-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.benchmarking-link:hover {
  text-decoration: underline;
}

.benchmarking-image img {
  display: inline-block;
    margin-right: -129px;
    width: 97%;
    height: auto;
}

@media (max-width: 992px) {
  .benchmarking-title {
    font-size: 40px;
    margin: 30px 0;
  }
  .benchmarking-body {
    padding-left: 0;
  }
  .benchmarking-image img {
    width: 60%;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .benchmarking-title {
    font-size: 32px;
  }
  .benchmarking-image img {
    width: 100%;
  }
}