.social-media-icon-container{
    gap :1rem;
}
.social-media-icon-container .icons{
    font-size: 22px !important;
    transition: all linear;
}

.social-media-icon-container .icons:hover{
    transform: scale(1.05);
}

.cursor-pointer{
    cursor: pointer;
}

#hearing_test_card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-image: url('../img/clinic/hearing_test.webp');
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hearing_aid_card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-image: url('../img/clinic/hearing_aid.webp');
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#speech_therapy_card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-image: url('../img/clinic/speech_therapy.webp');
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}