@media only screen and (min-width: 1200px) {
  .cta-section h2 {
    font-size: 50px;
  }
  .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    margin: 10px 17px;
  }
  .client-logo {
    width: 250px;
    height: 250px;
  }
  .client-logo.bg {
    width: 225px;
    height: 225px;
  }
}