footer {
    background-color: #0f254c;
    padding: 70px 0;
}

@media(max-width: 991px) {
    footer {
        padding: 55px 0;
    }
}

footer p {
    line-height: 1.8;
    margin-top: 25px;
}

footer p:first-child {
    margin-top: 0;
}

.footer-logo img {
    max-height: 50px;
}

.footer-text {
    padding-top: 35px;
}

@media(max-width: 991px) {
    .footer-text {
        text-align: center;
    }
    .footer-logo img {
        margin: 0 auto;
    }
}

.footer-col1 {
    width: 35%;
    padding-right: 30px;
}

.footer-col2 {
    width: 65%;
}

@media(max-width: 991px) {
    .footer-col1, .footer-col2 {
        width: 100%;
        padding-right: 0;
    }
    .footer-col2 {
        margin-top: 40px;
    }
}

footer a, footer .text-white a {
    color: #40d39e;
    text-decoration: none;
}

.map-block {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.2);
    overflow: hidden;
}

.map-block iframe {
    width: 100%;
    height: 100%;
}