.aff-logo {
    max-width: 24.75rem;
}
.aff-program-media > div {
    width: calc(1/3 * 100%);
    max-height: 20rem;
}
.aff-program-media > div img {
    object-fit: cover;
}
.container-section.aff-program h2 {
    color: var(--secondary-color);
}
.container-section.aff-program ul {
    list-style: disc;
    line-height: 2;
}
.contact-us.aff-program a {
    background-color: var(--primary-color);
}
.aff-program-banner,
.contact-us.aff-program a:hover {
    background-color: var(--secondary-color);
    text-decoration: none;
}
.special-deal {
    width: fit-content;
    border: 1px solid var(--primary-icon-color);
    border-radius: 50px;
}
main .container-section .search-icon,
main .container-section .percentage-icon {
    width: 2.25rem;
}
main .container-section .lock-icon {
    width: 1.75rem;
}

@media (min-width: 768px) {
    .container-section.aff-program h2 {
        font-size: 1.75rem;
    }
    .container-section.aff-program ul,
    .container-section.aff-program p {
        font-size: 1.125rem;
    }
}
