@media (max-width: 767.999px) {
    .btn-doctor-detail{
        padding: 8px 12px;
        border-width: 1px;
    }
}

/*  */
@media (max-width: 767.999px) {
    .leading-\[32px\]-custom {
        line-height: clamp(24px, 7vw, 32px);
    }
    .text-\[32px\]-custom {
        font-size: clamp(24px, 7vw, 32px);
    }
}
@media (min-width: 1280px) {
    .xl\:leading-\[76px\]-custom {
        line-height: 76px;
    }
    .xl\:text-\[76px\]-custom {
        font-size: 76px;
    }
}