
.foot-logo{

    width: 150px;
    height: 150px;
 }
.imgfoots{
    background-image: url('../assets/27.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 250px;
    margin-left: -120px;
    margin-top: 100px ;
    padding: 0;
    color: #fff;
    font-size:large;
    font-weight: 600;
    text-align: center;
}

/* .btn-img{
    width: 100%;
    height: 500px;
} */

@media (max-device-width: 480px)
{
    .imgfoots{
        background-image: url('../assets/27.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 63.6vh;
        height: 38vh;
        margin-left: -120px;
        margin-top: 100px ;
        padding: 300px;
        color: #fff;
        font-size:large;
        font-weight: 600;
        text-align: center;
    }
}
