.footer{
    background-color: #084B80;
    margin-top: 1rem;
  
}
.footer_container p{
    font-size: 1.2rem;
}
.footer_icons li{
    border-radius: 39.966px;
    background: #04375F; 
    height: 3rem;
    width: 3rem;
}
.footer_container{
    padding: 2rem;
}
.footer_icons img{
    width: 1.7rem;
    padding-top:0.6rem;
}


@media screen and (max-width: 1600px) and (min-width: 1400px) {

    .footer_icons li{
        border-radius: 39.966px;
        background: #04375F; 
        height: 2rem;
        width: 2rem;
    }
    .footer_container{
        padding: 1.5rem;
    }
    .footer_container p{
        font-size: 1.1rem;
    }
    .footer_icons img{
        width: 1.2rem;
        padding-top:0.3rem;
    }
    
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {

    .footer_icons li{
        border-radius: 39.966px;
        background: #04375F; 
        height: 1.8rem;
        width: 1.8rem;
    }
    .footer_container{
        padding: 2rem;
    }
    .footer_container p{
        font-size: 0.9rem;
    }
    .footer_icons img{
        width: 1.2rem;
        padding-top:0.3rem;
    }
    
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    .footer_icons li{
        border-radius: 39.966px;
        background: #04375F; 
        height: 1.6rem;
        width: 1.6rem;
    }
    .footer_container{
        padding: 1.5rem;
    }
    .footer_container p{
        font-size: 0.8rem;
    }
    .footer_icons img{
        width: 1rem;
    }
    
}

@media screen and (max-width: 992px) and (min-width: 768px) {

    .footer_icons li{
        border-radius: 39.966px;
        background: #04375F; 
        height: 1.6rem;
        width: 1.6rem;
    }
    .footer_container{
        padding: 1.5rem;
    }
    .footer_container p{
        font-size: 0.7rem;
    }
    .footer_icons img{
        width: 1rem;
    }
    
}

@media screen and (max-width: 576px)  {
    
    .footer_icons li{
        border-radius: 39.966px;
        background: #04375F; 
        height: 1.8rem;
        width: 1.8rem;
    }
    .footer_container{
        padding: 1.5rem;
    }
    .footer_container p{
        font-size: 0.7rem;
        text-align: center;
    }
    .footer_icons img{
        width: 1.1rem;
    }
    
}