.modal_milestone:focus-visible{
    border: 2px solid #4A90E2 !important;
}

.inner-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .inner-banner {
        background-size: cover;
        background-position: top !important;
    }
}

@media (max-width: 579px) {
    .inner-banner {
        margin: 0;
    }
}