h1.entry-title {
    text-align: center;
    margin: 0;
}

.entry-content,
.entry-content p,
.entry-content a,
.entry-content span,
.entry-content div {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4em;
}

label,
label.form-label {
    font: 500 16px/1.3em 'IBM Plex Sans', sans-serif;
}

.entry-content {
    margin-top: 20px;
}

.acf-map {
    height: 796px;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts > div {
    flex: 1;
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    background: rgba(45, 45, 45, 0.1);
    border-radius: 5px;
    text-align: center;
    padding: 32px 10px;
}

.contacts .contact-image svg {
    max-width: 100%;
}

.contacts .contact-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    margin-top: 20px;
    overflow: hidden;
}

#main {
    margin-top: 0;
}

#main .contact-wrap {
    margin-top: 50px;
}

#secondary h2 {
    margin-top: 35px;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.3em;
    color: #191919;
}

#secondary iframe[title="Contact Form"] {
    margin-top: 30px;
}


/* MEDIA */
@media only screen and (max-width: 1600px) {
    .contacts > div {
        min-width: calc(50% - 12px);
        max-width: calc(50% - 12px);
        padding: 28px 8px;
    }

    .contacts .contact-image svg {
        max-width: 80%;
    }

    .contacts .contact-text {
        font-size: 14px;
        margin-top: 15px;
    }
}

/* ( < 1600 ) */


@media only screen and (max-width: 1400px) {
    .contacts > div {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding: 25px 7px;
    }

    .contacts .contact-image svg {
        max-width: 60%;
    }

    .contacts .contact-text {
        font-size: 11px;
        margin-top: 10px;
    }

    .entry-content,
    .entry-content p,
    .entry-content a,
    .entry-content span,
    .entry-content div {
        font-size: 16px;
    }

    #secondary h2 {
        font-size: 42px;
    }

    .acf-map {
        height: 700px;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    h1.entry-title,
    #main .contact-wrap {
        margin-top: 25px;
    }

    #secondary h2 {
        font-size: 22px;
        text-align: center;
    }

    .acf-map {
        margin-top: 30px;
    }
}

/* ( < 1200 ) */


@media only screen and (max-width: 991px) {
    .acf-map {
        height: 500px;
        margin-top: 50px;
    }
}

/* ( < 991 ) */


@media only screen and (max-width: 600px) {
    .contacts {
        display: block;
    }

    .contacts > div {
        min-width: 260px;
        max-width: 270px;
        margin: 0 auto 15px auto;
    }
}

/* ( < 600 ) */
