/* @import url('./settings/variables.css'); */

main > section{
    /* border: 2px solid; */
    font-size: unset;
}

section.search-text{
    border: none;
    background-image: url("./../../../img/new-img/banner.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100% auto; */
    padding: 152px 0px !important;
}

/* RESPONSIVE DESIGN */

/* 
// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }
*/

@media (max-width: 575.98px) { 
    section.search-text{
        padding: var(--padding-margin-lg) 0px !important;
    }
}

@media (max-width: 767.98px) {
    section.search-text{
        padding: 72px 0px !important;
    }
}
