#hero .text{
    padding: 100px 0;
}
#locations .container-fluid {
    padding: 0 100px;
}
#locations .service {
    padding: 100px 0;
    align-items: center;
}
#locations img {
    width: 448px;
    height: 482px;
    border-radius: 8px;
}
#locations .service-odd {
    background: #F4EFE8;
}
#locations h2 {
    color: #000000;
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 30px;
}
#locations p {
    font-weight: 300;
    color: #473026;
}
#locations .btn-main {
    margin-right: 30px;
    min-width: 174px;
}
#locations h3 {
    color: #000000;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 20px;
}
#locations .address {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 1600px) {
    #locations img {
        width: 370px;
        height: 441px;
    }
}
@media(max-width: 1200px) {
    #locations img {
        margin: 0 auto 20px;
        display: block;
    }
}
@media(max-width: 991px) {
    #locations .container-fluid {
        padding: 0 10px;
    }
    #locations .buttons .btn{
        width: 100%;
    }
    #locations .btn-main {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
