
/*# sourceMappingURL=custom.min.css.map */
@media (max-width: 576px) {
   /* .card {
        margin-top: 30px !important;
    }*/
}
@media (min-width: 992px) {
    .custom-margin-top {
        margin-top: 241px;
    }
}

@media (max-width: 991.98px) {
    .custom-margin-top {
        margin-top: 0 !important;
    }
}
.background-container {
    background-image: url('/Content/assets/img/1.png');
    background-repeat: no-repeat;
    background-size: contain;
  
}

@media (max-width: 768px) {
    .background-container {
        background-image: none !important;
      
    }
}
.mobile-heading h4 {
    font-weight: bold;
    font-size: 1.5rem;
}