
.offices {
    margin-bottom: 30px;
}

.office {
    margin-bottom: 30px;
}

.office__container {
    border: 1px solid rgba(160,160,160,0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    height: 100%;
}

.office__title {
    margin: 0;
    padding-bottom: 8px;
    color: #0471DF;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 28px;
    text-transform: none;
}

.office__info {
    padding: 16px;
    font-size: 16px;
}

.office__image {
}

    .office__image img {
        display: block;
        width: 100%;
    }

@media only screen and (min-width:768px) {
}

@media only screen and (min-width:1024px) {
    .office__image {
        height: 230px;
        overflow: hidden;
    }
}

@media only screen and (min-width:1200px) {
}

@media only screen and (min-width:1500px) {
}

@media only print {
    .g-recaptcha {
        display: none;
    }
}
