
@media (max-width: 575px){
    .hero-content-area h1{
        font-size: var(--title-md-font-size);
        text-align: center;
    }
    .hero-coundown-box {
        border-radius: 10px;
    }

    /* Category */
    .service-category-section{
        display: none;
    }
    .service-category-section-mobile{
        display: block;
    }
    /* End Category */

    /* News Letter */
    .news-letter-wrapper {
        padding: 1rem;
    }
    .news-letter-content-area {
        width: 100%;
    }
    .news-letter-image-area img {
        margin-top: 40px;
    }
    /* End News Letter */

    /*  Footer */
    .footer-brand img{
        width: 100%;
    }
    .big-footer-social {
        align-items: center;
    }
    .copyright{
        align-items: center;
        gap: 20px;
    }
    /* End Footer */

    /* Modal */
    .modal-header {
        top: 0px;
        right: 0px;
    }
    /* End Modal */

    /* Text left */
    .text-left{
        flex-direction: column;
    }

    .text-right {
        flex-direction: column-reverse;
    }
    .text-image-content, .text-content {
        width: 100%;
    }
    
    /* Breadcrumb */
    .breadcrumb-wrapper {
        padding: 2rem 0;
    }

 }