.realty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
    border: solid 1px #ddd;
}

.realty__title {
    font-size: 2rem;
    font-family: 'Gotham-Black', Arial, sans-serif;
    margin-bottom: 1rem;
}

.realty__body {
    font-size: 1.25rem;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
}

.realty__body strong {
    display: block;
    font-size: 1.5rem;
    font-family: 'Gotham-Medium', Arial, sans-serif;
    margin-bottom: 1rem;
}

.realty__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    max-width: 100px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
}

@media all and (min-width: 768px) {
    .realty__figure {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        min-height: 200px;
    }
}

.realty__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-black {
    font-family: 'Gotham-Black', Arial, sans-serif !important;
}
.text-medium {
    font-family: 'Gotham-Medium', Arial, sans-serif !important;
}

.text-light,
.text-light li {
    font-family: 'Gotham-Light', Arial, sans-serif !important;
}