.tabs {
    overflow: hidden;
}

.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    color: #1a3b55;
}

.tab-content > div, .address-grid .wpb_content_element > div {
    margin-top: 20px;
}

.tab-content h2, .address-grid h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin: 0;
}

.address-grid h2 {
    font-size: 22px !important;
    line-height: 24px !important;
    font-weight: 800 !important;
    margin: 0;
}

.tab-content p, .address-grid .wpb_content_element p {
    line-height: 1.1rem;
}

.address-grid {
    color: #183B56;
}

.tab-label::after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: "\f054";
    width: 1.3em;
    height: 1.3em;
    font-size: 1.3em;
    text-align: center;
    transition: all 0.35s;
    color: #fd0068;
}

.tab-content {
    max-height: 0;
    color: #2c3e50;
    transition: all 0.35s;
}

.tabs input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.tabs input:checked ~ .tab-content {
    max-height: 100vh;
    padding-bottom: 1em;
}

/* GRID Contact Page*/
.address-grid .data {
    display: flex;
    flex-direction: column;
}

#address-17 .acf-contact, #address-1580 .acf-contact {
    order: 0;
}

#address-17 .acf-places, #address-1580 .acf-places {
    order: 1;
}

@media only screen and (max-width: 850px) {
}

@media only screen and (min-width: 551px) and (max-width: 950px) {

}

@media only screen and (min-width: 751px) and (max-width: 1000px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {

}