.owner-note .two-col {
    align-items: center;
}

.owner-note .two-col__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.owner-note .two-col__image img {
    aspect-ratio: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 34rem;
    border-radius: 0;
    object-fit: contain;
}

@media (max-width: 768px) {
    .owner-note .two-col__image img {
        max-height: 26rem;
    }
}
