
.footer-13 .footer-top-two {
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 40px;
}

.footer-13 .footer-widget-section {
    padding: 20px 0px 20px 0px;
}




@media only screen and (max-width: 991px) {
    .footer-widget-section {
        padding: 25px 0px 60px 0px !important;
    }
}


.footer-13 {
    position: relative;
    padding-top: 38px;
}


.footer-13 .footer-top-two {
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 0px;
}


/* .mobile-menu {
    background-color: #1f72c5;
} */


.image_block_13 .image-box .image-2 {
    top: -45px;
    left: -30px;
    z-index: 1;
}




/* 
.sec-title-two h2 {
    white-space: nowrap; 
    
    
} */


/* Apply nowrap for desktop view */
@media (min-width: 768px) { /* Adjust the min-width value as needed for your breakpoint */
    .sec-title-two h2 {
        white-space: nowrap; /* Prevent text from wrapping on desktop */
    }
}

/* Default behavior for mobile view */
@media (max-width: 767px) { /* Adjust the max-width value as needed for your breakpoint */
    .sec-title-two h2 {
        white-space: normal; /* Allow text to wrap on mobile */
    }
}
.footer-top-two {
    position: relative;
    padding: 78px 0px 30px 0px;
    border-bottom: 1px solid #ebebeb;
}