#whatapps_cards {
    padding-bottom: 64px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
#whatapps_cards .talk-whatp--container {
    margin: 0 auto;
    width: 85%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-block: 64px;
}
#whatapps_cards .talk-whatp--container p {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--font-regular);
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color6);
    font-weight: 500;
    font-style: normal;
}
#whatapps_cards .talk-whatp--container h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-style: normal;
    font-weight: 500;
    color: var(--color2);
    font-family: var(--font-bold);
    max-width: 750px;
}
#whatapps_cards .content-article--cards {
    width: 85%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    padding-block: 32px;
}
#whatapps_cards .content-article--cards .card--whatsp {
    min-width: 212px;
    width: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
#whatapps_cards .content-article--cards .icon-card--whatsp {
    width: 44px;
    height: 44px;
    background-image: url(/volvo/imag/v1/icon/portadas/asistencia/whatsapp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#whatapps_cards .content-article--cards .title-name--contact {
    font-family: var(--font-medium);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    color: var(--color4);
}
#whatapps_cards .content-article--cards p {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--color4);
}
@media only screen and (max-width: 420px){
    #whatapps_cards {
        padding-bottom: 40px;
    }
    #whatapps_cards .talk-whatp--container {
        padding-block: 32px;
    }
    #whatapps_cards .talk-whatp--container h2 {
        font-size: 24px;
        line-height: 29px;
    }
    #whatapps_cards .content-article--cards {
        flex-direction: column;
        gap: 24px;
        width: 76.3%;
    }
    #whatapps_cards .content-article--cards .card--whatsp {
        gap: 8px;
        min-width: auto;
        width: auto;
    }
    #whatapps_cards .content-article--cards .icon-card--whatsp{
        width: 28px;
        height: 28px;
    }
    #whatapps_cards .content-article--cards .title-name--contact {
        font-size: 14px;
        line-height: 17px;
    }
    #whatapps_cards .content-article--cards p {
        font-size: 14px;
        line-height: 18px;
    }
}
