.footer{

    background-color:  var(--color);
    height:100px;
    background-size: cover;
}

.footer_img{
height: 25px;
margin-top:30px;
}

.margin-left{
    margin-left: 5%;

}

.line_v{
    border-left: 1px solid rgb(251, 253, 251);
    height: 50px;
    margin-top:30px;

}

.footer_phone_text{
    font-size:12px;
    color:white;
    margin-top:30px;
    line-height: 1.5;
    transform: translate(-5%)


}

.footer_provider_text{
    font-size:12px;
    color:white;
    margin-top:30px;
    line-height: 1.5;
}

@media screen and (min-width: 240px) and (max-width:319px){


    .footer{

        height:200px;
    }

    .footer_img{
        height: 20px;
        margin-top:30px;
        }

        .margin-left{
            margin-left: 2%;

        }

    .line_v{
        display: none;
    }


    .footer_phone_text{
        margin-top:20px;
        transform: none

    }
    .footer_provider_text{
        margin-top:10px;
    }
}


@media screen and (min-width: 320px) and (max-width:767px){


    .footer{

        height:200px;
    }

    .footer_img{
        height: 20px;
        margin-top:40px;
        }

        .margin-left{
            margin-left: 2%;

        }

    .line_v{
        display: none;
    }

    .footer_phone_text{
        margin-top:20px;
        transform: none;

    }

    .footer_provider_text{
        margin-top:2px;
    }
}

@media screen and (min-width: 768px) and (max-width:1340px){

.footer{

    background-color:  var(--color);
    height:100px;
    background-size: cover;
}

.footer_img{
height: 20px;
margin-top:40px;
}

.margin-left{
    margin-left: 5%;

}

.line_v{
    border-left: 1px solid white;
    height: 50px;
    margin-top:30px;

}

.footer_phone_text{
    font-size:11px;
    margin-top:30px;
    line-height: 1.5;
    transform: translate(-5%)


}

.footer_provider_text{
    font-size:11px;
    margin-top:30px;
    line-height: 1.3;
}
}
