.trust-section {
    overflow: hidden;
}
.trust-section h2 {
    font-size: 36px;
    color: #4a154b;
    font-weight: 700;
}

.logo-item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.05);
}

.logo-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.logo-img:hover {
    opacity: 1;
}
