@media (width >= 992px) {
    .form-shadow {
        box-shadow: 0 4px 25px rgb(109 120 136 / 15%) !important;
    }

    .technical-gray-bg {
        background-color: #f9fafb !important;
    }
}