.section-title-imp{
    font-size: medium;
    font-weight: 600;
}
.modal-dialog {
    width: 80vh; /* Default width for screens other than mobile */
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 43vh; /* Width for mobile screens */
    }
}