footer{
    background-color: var(--light-gray);
    .sub_footer {
        margin: 0 3%;
    }
    .main_footer{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
        .icon_footer{
            width: 70%;
            .footer_info a{
                text-decoration: none;
                color: var(--black);
            }
        }
        .icon_footer img{
            width: 100px;
        }
        .icon_footer .logo{
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }
        .icon_footer .footer_info img{
            width: 25px;
            margin-right: 0.5rem;
        }
        .footer_info span {
            margin-bottom: 20px;
            display: flex;
            
        }
        .footer_right img{
            width: 25px;
        }

        .footer_right{
            padding: 1rem 0;
            margin-bottom: 2px;
            span{
                display: flex;
                padding: 0.2em 0;
                margin-bottom: 2px;
            }
            a{
                text-decoration: none;
                color: var(--black);
            }
        }
        .ft_head{
            margin-bottom: 5%;
        }
        
    }
    

    .footer-bottom{
        background-color: var(--red);
        .info_detail{
            margin: 0 3%;
            height: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            a{
                text-decoration: none;
                color: var(--white);
                span{
                    color: var(--white);
                }
            }
        }
        
    }
}

@media (min-width: 1582px ){
    .sub_footer{
       margin: 0 10% !important;
    }
    .footer-bottom{
        .info_detail {
            margin: 0 10% !important;
            height: 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
    }
}

@media (max-width: 952px ){

    .footer{
        font-size: 12px;
        .main_footer {
            .icon_footer img {
                width: 75px;
            }
        }
    }

}

@media (max-width: 858px ){


}

@media (max-width: 600px){


}