/* Modal */
.modal-icon-container {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 20px;
    background-color: var(--secondary);
}

.btn-whatsapp {
    background: #25D366;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19.2px;
    color: var(--white);
}

@media (hover:hover) and (pointer:fine) {
    .btn-whatsapp:hover {
        color: var(--white);
    }
}

@media only screen and (max-width: 767.92px) {

    .modal-icon-container {
        width: 150px;
        height: 150px;
        padding: 30px;
    }

}
