.location-section {
    align-items: center;
    background-color: #f4f4f4;
    clear: both;
    display: flex;
    flex-direction: row;
}
.location-section h2 {
    color: #707070;
}
.location-section p {
    color: #2EB1E0;
}
.location-section a {
    align-items: center;
    background-color: #07B24C;
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
@media (min-width: 2560px){
    .location-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .location-section h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .location-section p {
        font-size: 26px;
        margin: 1.5em 0;
    }
    .location-section a {
        border-radius: 26px;
        font-size: 22px;
        padding: 0.5em 0;
        width: 50%;
    }
    .full-width {
        height: 30vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 0 1em;
        width: 50%;
    }
    .whats-button img {
        width: 10%;
        margin-right: 0.5em;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
    .location-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .location-section h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .location-section p {
        font-size: 26px;
        margin: 1.5em 0;
    }
    .location-section a {
        border-radius: 26px;
        font-size: 22px;
        padding: 0.5em 0;
        width: 50%;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 0 1em;
        width: 50%;
    }
    .whats-button img {
        width: 10%;
        margin-right: 0.5em;
    }
}
@media (min-width: 1511px) and (max-width: 1919px){
    .location-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .location-section h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .location-section p {
        font-size: 26px;
        margin: 1.5em 0;
    }
    .location-section a {
        border-radius: 26px;
        font-size: 22px;
        padding: 0.5em 0;
        width: 50%;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 0 1em;
        width: 50%;
    }
    .whats-button img {
        width: 10%;
        margin-right: 0.5em;
    }
}
@media (min-width: 1025px) and (max-width: 1510px){
    .location-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .location-section h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .location-section p {
        font-size: 26px;
        margin: 1.5em 0;
    }
    .location-section a {
        border-radius: 26px;
        font-size: 22px;
        padding: 0.5em 0;
        width: 50%;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 0 1em;
        width: 50%;
    }
    .whats-button img {
        width: 10%;
        margin-right: 0.5em;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .location-section {
        padding: 2em 4em;
        margin: 0 auto;
    }
    .location-section h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    .location-section p {
        font-size: 20px;
        margin: 1.5em 0;
    }
    .location-section a {
        border-radius: 20px;
        font-size: 22px;
        padding: 0.5em 0;
        width: 50%;
    }
    .full-width {
        height: 30vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 0 1em;
        width: 50%;
    }
    .whats-button img {
        width: 10%;
        margin-right: 0.5em;
    }
}
@media (max-width: 767px){
    .location-section {
        padding: 2em 1em;
        margin: 2em auto;
        flex-direction: column;
    }
    .location-section h2 {
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
    }
    .location-section p {
        font-size: 22px;
        line-height: 1.3em;
        margin: 1.5em 0;
        text-align: center;
    }
    .location-section a {
        border-radius: 20px;
        font-size: 18px;
        margin-bottom: 1.5em;
        padding: 0.5em 0;
        width: 100%;
    }
    .full-width {
        height: 50vh;
        width: 100%;
    }
    .col-lg-6 {
        padding: 1.5em 1em 0 1em;
        width: 100%;
    }
    .whats-button img {
        width: 7%;
        margin-right: 0.5em;
    }
}