.left,
.right {
    position: relative;
    flex: 1 1 50%;
}

.left > img {
    display: block;
    margin: 0 auto 1em;
}

.anchor {
    position: absolute;
    top: -7em;
}

.details {
    display: flex;
    margin-top: 1.6em;
}

.details .sec {
    color: var(--gray);
}

.details .sec:first-child {
    padding-right: 1.25vw;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.details .sec:last-child {
    padding-left: 1.5vw;
    flex-basis: 52%;
}

.details b.break-sm {
    display: inline-block;
    padding: 0.25em 0;
}

.details :is(address, p) {
    font-size: 0.95em;
    line-height: 1.6;
}

.details address {
    margin-bottom: 1.25em;
    font-weight: 300;
}

.details h4 {
    margin-top: 0;
}

iframe {
    margin-bottom: 4vw;
}

.alert-success,
.alert-failure {
    margin-left: 0;
    margin-right: 0;
    text-wrap: pretty;
}

#contact-success,
#contact-failure {
    display: none;
}

@media (width <= 1000px) {
    .container > .basic-flex {
        flex-direction: column;
        align-items: center;
    }

    .left {
        margin-bottom: 6vw;
    }

    .left,
    .right {
        max-width: 50ch;
    }
}

@media (width <= 620px) {
    .form-fields-grid {
        grid-template-columns: auto;
        grid-template-rows: repeat(3, auto);
    }
}

@media (width <= 420px) {
    .details {
        flex-direction: column;
    }

    .details .sec:first-child {
        border: none;
        margin-bottom: 1em;
    }

    .details .sec:last-child {
        padding: 0;
    }
}