.benchmarking-section {
  background-color: #5c5859;
  padding: 10px 0;
}

.benchmarking-title {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin: 50px 0;
}

.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: 20px;
  width: 75%;
  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%;
  }
}