.cup-carriers-page .ppc-best-section {
    background-image: url('../images/cup-carriers-product2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    color: #fff;
}

.cup-carriers-page .ppc-best-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(10, 20, 20, 0.8), rgba(34, 63, 50, 0.75));
    z-index: 0;
}

.cup-carriers-page .ppc-best-section > * {
    position: relative;
    z-index: 1;
}

.cup-carriers-page .about-section {
 
    background: #ffffff;
}

.cup-carriers-page .about-container {
  max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
 }
 
 .cup-carriers-page .about-text h2 {
     margin-top: 0;
     font-size: 1.8rem;
     line-height: 1.3;
     color: #2e7d32;
     margin-bottom: 20px;
     font-weight: 700;
     white-space: normal;
 }
 
 .cup-carriers-page .about-text ul {
     width: auto;
 }
 
 .cup-carriers-page .about-footer {
     margin-top: 0;
 }
 
 @media (max-width: 992px) {
     .cup-carriers-page .about-section {
         padding: 150px 0 50px;
     }
 
     .cup-carriers-page .about-container {
         flex-direction: column;
         gap: 24px;
         text-align: left;
     }
 }

 @media (max-width: 768px) {
     .cup-carriers-page .about-section {
         padding: 140px 0 40px;
     }

     .cup-carriers-page .about-container {
         padding: 0 15px;
     }

     .cup-carriers-page .about-text h2 {
         font-size: 1.5rem;
     }

     .cup-carriers-page .about-image img {
         max-width: 520px;
         margin: 0 auto;
     }
 }
