body {
    font-family: Helvetica;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
}

.content-section {
    background-color: #d3d3d3;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    padding: 20px;
    margin-bottom: 20px;
}

.map-container iframe {
    width: 80vw;
    height: auto;
    border: 0;
}

h2 {
    color: #333;
}

p {
    color: #666;
}
.btn-wa {
    font-size: larger;
    background-color: green;
    color: white;
}
@media screen and (min-width: 1280px) {
    .content-wrapper{
        width: 60%;
    }
    .map-container iframe {
        width: 55vw;
        height: auto;
        border: 0;
    }
}
