@media (min-width: 1200px) {
    .desktop-slide-title {
      font-size: 69px !important;
    }
  }
  .client-image-view {
    width: 100%;
    height: 490px !important;
    object-fit: cover;
  }
  .news-img-view {
    width: 100%;
    height: 360px !important;
    object-fit: cover;
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .mobile-logo {
        max-width: 160px !important;
    }
  }
  .font-17 {
    font-size: 17px;
  }
  .form-file-padding {
    padding: 14px 60px;
  }