.footer {
    padding: 43px 250px;
    min-height: 374px;
    background-color: #161441;
    color: #FFF;
}

.footer img {
    width: 116px;
    height: 83px;
    margin-top: 10px;
}

.footer h3 {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 19px;
}

.footer h4 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 19px;
}

.footer h6 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 14px;
}
.copyr{
    text-align: center;
    margin-top: 83px;
    font-size: 12.4px;
}
.lar-footer{
    font-style: italic;
    color: #9C9C9C;
}
@media only screen and (max-width: 1337px) {
    .footer {
        padding: 43px 100px;
    }
}
@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
    }
    .footer-content div{
        margin-bottom: 30px;
    }
    .servi{
        text-align: left;
    }
    .info{
        text-align: left;
    }
    .copyr {
        text-align: center;
        margin-top: 50px;
        font-size: 12.4px;
    }
    .footer h3 {
        font-size: 20px;
    }
    .footer h4 {
        font-size: 17px;
    }
}
@media screen and (max-width: 567px) {
    .footer {
        padding: 43px 20px;
    }
    .copyr {
        text-align: center;
        margin-top: 30px;
        font-size: 12.4px;
    }
    .footer h3 {
        font-size: 18px;
    }
    .footer h4 {
        font-size: 16px;
    }
}

