        .rotating-icon {
    animation: spin 5s linear infinite;
}



@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.expert__content-container__right-content > *:not(:last-child) {
    margin-bottom: 1rem;
}
.doctor-image-wrapper{
width: 52.1875rem;

}

@media (max-width: 640px) {
    .doctor-image-wrapper{
        width:100vw;
        overflow:hidden;
    }
    .doctor-image-container img{
        width: 23.8125rem;
        height: 13.38588rem;
    }
    .img-heart{
        display:none;
    }
    
}