.whatsapp_googleMaps{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
}
.wpp_button{
    width: 90%;
    max-width: 250px;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 40px;
    background-color: #455A64;
    font-size: 1em;
    font-size: 600;
    padding: 20px;
}
.wpp_button:hover{
    background-color: #303f46;
}
.whatsapp_article{
    padding: 30px 0;
    text-align: center;
}
.whatsapp_article h4{
    letter-spacing: 2px;
    font-size: 1.2em;
}
.googleMaps{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 500px;
    box-sizing: border-box;
    padding: 10px;
}
@media only screen and (min-width: 900px) {
    .whatsapp_googleMaps{
        flex-direction: row;
    }
    .whatsapp{
        width: 50%;
        padding: 0;
        padding-left: 7%;
        align-items: flex-start;
    }
    .whatsapp_article{
        padding: 30px 0;
        text-align: start;
    }
    .googleMaps{
        width: 50%;
    }
}