.dublebanners {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dublebanners__link {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.dublebanners__link:last-of-type {
    margin-bottom: 0;
}

.dublebanners__img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

@media only screen and (max-width: 749px) {
    .dublebanners {
        display: none
    }
}

/*@media only screen and (max-width: 1019px) {
    .offices_page__sidebar {
        width: 240px;
        height: 328px;
    }
    .dublebanners__link {
        width: 240px;
        height: 328px;
        margin-bottom: 10px;
    }
}*/