.footer p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -.01em;
}
.footer-title{
        margin-bottom: 13px;
        color: #333461;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        letter-spacing: -.01em;
}
.footer-item a{
    width: 100%;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #667085;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
    text-decoration: none;
}
.footer-item a:hover{
    color: #ff4c02 !important;
}
.footer{
    font-family: 'Kumbh Sans', sans-serif;
}
@media(max-width:768px){
    .footer p{
        font-size: 14px !important;
    }
}
.social-icons li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d3240;
    transition: all .4s ease-in-out;
    border-radius: 50%;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-icons li a:hover{
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #fff !important;
}