// out: ../contact.css, compress: true
body {
    &.single-succursale {
        .page-content {
            padding-top: 0;
            h1 {
                margin-top: 30px;
            }
        }
        .googlemap-iframe {
            height: 400px;
        }
        .contact-blocks {
            margin-top: 80px;
        }
        .contact-block {
            margin-bottom: 30px;
            i {
                font-size: 30px;
            }
            p {
                margin-bottom: 10px;
                color: #333;
                line-height: 1;
            }
            a {
                color: #333;
            }
        }
    }
}
@media screen and (max-width:1199px){
    body {
        &.single-succursale {
            .googlemap-iframe {
                height: 350px;
            }
            .contact-blocks {
                margin-top: 60px;
            }
        }
    }
}
@media screen and (max-width:991px){
    body {
        &.single-succursale {
            .googlemap-iframe {
                height: 300px;
            }
            .contact-blocks {
                margin-top: 40px;
            }
        }
    }
}
@media screen and (max-width:767px){
    body {
        &.single-succursale {
            .contact-blocks {
                margin-top: 30px;
            }
        }
    }
}

@media screen and (max-width:575px){
    body {
        &.single-succursale {
            .contact-block {
                i {
                    font-size: 24px;
                }
            }
        }
    }
}