footer{
    width: 100vw;
    min-height: 100vh;
    background-color: #001C3E;
    position: relative;
    font-family: 'Inter', sans-serif;
    transition: 0.4s;

}
.inner-footer{
    padding-top: 120px;
    margin: 0px 80px 0px 100px;
    display: flex;
    color: #fff;
}
.inner-footer .section{
    width: 25%;
}
 .copy{
    color: #66778b;
    bottom: 60px;
    position: absolute;
    padding-left: 100px;
    width: 100%;
}
footer h2{
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: 200;
}
.inner-footer .section p{
    font-size: 14px;
    font-weight: lighter;
    line-height: 150%;
}
footer h4{
    font-weight:600;
    line-height: 200%;
}
footer h3{
    font-weight: 100;
    font-size: 18px;
    padding: 70px 0 20px 0;
}
footer i{
    font-size: 22px;
    padding :10px
}
@media only screen and (max-width: 1050px) {}
footer h4{
    font-size: 12px;

}

@media only screen and (max-width: 500px) {
    .inner-footer{
        flex-direction: column;
        margin: 70px;
    }
    .inner-footer .section{
        width: 85%;
    }
    .inner-footer .section:nth-last-child(){
        margin-bottom: 50px;
    }
    .copy{
        color: #66778b;
        bottom: 40px;
        position: absolute;
        padding-left: 50px;
        width: 100%;
    }
}