/* Trust section */
.trust-logo {
    height: clamp(40px, 4vw, 60px);
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

