.bossgoo-footer27 .footer27-email .footer27-emLink span{
    color: #fff;
}
.bossgoo-footer27 .footer27-about-more{
    color: #fff;
    background-color: var(--themeColor);
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}



@media only screen and (max-width: 480px){
/* @media only screen and (max-width: 767px){ */
    .px-6{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #banner-slides{
        line-height: 1.5;
    }
    #banner-slides .text-secondary{
        font-size: 0.5rem;
        line-height: 1.2;
    }
    #banner-slides .text-white{
        font-size: 0.6rem;
        line-height: 1.2;
    }
    #banner-slides .text-sm{
        font-size: 0.25rem;
        line-height: .5rem;
        padding: 10px 20px;
    }
    .-translate-x-1\/2{
        bottom: 0.5rem;
    }
    .-translate-x-1\/2 .w-12{
        width: 1rem;
    }
    .-translate-x-1\/2 .h-1{
        height: 0.1rem;
    }


    /* #about, #products{
        padding-top: 2rem;
        padding-bottom: 2rem;
    } */
    #about .w-12{
        width: 1rem;
    }
    #about .text-sm{
        font-size: 0.5rem;
        line-height: 1.2;
    }
    #about .text-3xl{
        font-size: .8rem;
        line-height: 1.5;
    }
    #about .text-base{
        font-size: .4rem;
    }
    #about .inline-flex{
        padding: 10px 20px;
        font-size: 0.25rem;
        line-height: 2;
    }
    .group .text-6xl{
        font-size: 1.4rem;
    }
    .group .text-xl{
        font-size: 0.8rem;
    }
    .group .w-12{
        width: 100%;
    }
    .group .text-xs{
        font-size: 0.5rem;
    }

    #products .text-xs{
        font-size: 0.4rem;
    }
    #products .text-4xl{
        font-size: 1rem;
    }
    #products .mb-16{
        margin-bottom: 2rem;
    }
    #products .group .group-hover\:opacity-100{
        opacity: 1;
    }
    #products .p-8{
        padding: 15px;
    }
    #products .text-3xl{
        font-size: .5rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    #products .text-sm{
        font-size: 0.25rem;
        line-height: 0.4rem;
    }

    #process .text-4xl{
        font-size: 1rem;
        line-height: 1.5;
    }
    #process .text-\[18px\]{
        font-size: 16px;
    }
    #process .gap-y-12{
        row-gap: .5rem;
    }
    #process .text-xs{
        font-size: 0.4rem;
        line-height: 1rem;
        width: 100%;
        padding: 10px 20px;
    }

    #partner .text-dark\/40{
        padding-left: 15px;
        padding-right: 15px;
    }

    #equipment .text-xs{
        font-size: 0.4rem;
    }
    #equipment .text-4xl{
        font-size: 1.5rem;
        line-height: 1.2;
    }
    #equipment .w-14{
        width: 42px;
    }
    #equipment .h-14{
        height: 42px;
    }
    #equipment .gap-8{
        gap: 1rem;
    }
    #equipment .mb-16{
        margin-bottom: 2rem;
    }
    
}


