.cloud-experts-section {
    background: url('../images/tallyoncloud/tally-on-cloud-page-banner.jpg') no-repeat center center/cover;
    height: 60vh; /* Adjust height as needed */
    position: relative;
    margin-bottom: 40px;
  }
  
  .cloud-experts-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for better text readability */
    z-index: 1;
  }
  
  .cloud-experts-section .container {
    position: relative;
    z-index: 2;
  }
  
  .cloud-experts-section .small-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .cloud-experts-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .cloud-experts-section .btn {
    border-radius: 25px;
  }
  