.banner_theme_realty {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: center;
    min-height: 350px;
    flex: 0 0 auto;
    margin-top: -25px;
    background: #b1b0b0;
    margin-bottom: 25px;

    .banner__image {
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../i/home_banner_v2.jpg");
    }

    .banner__header, .banner__main, .banner__footer {
        display: flex;
        align-items: center;
        align-self: center;
        position: relative;
        z-index: 1;
        flex-grow: 1;
    }

    .banner__header, .banner__footer {
        flex-basis: 50%;
        min-height: 100px;
        -webkit-font-smoothing: antialiased;
    }

    .banner__header {
        flex-direction: column;
        justify-content: center;

        .banner__title {
            font-size: 40px;
            padding: 0;
            margin: 0;
            color: #fff;
            text-shadow: 0 2px 2px rgba(0,0,0,.4);
        }
    }

    .banner__main {
        flex-grow: 0;
        flex-shrink: 0;
        z-index: 2;
    }

    .banner__footer {
        width: 100%;
    }


    .field-set:first-child .field-set__grid {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
        background: #fff;
    }

    .field-set:first-child {
        .field-set__field:before {
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background: #ccc;
            content: '';
            z-index: 1;
        }

        .field-set__field:last-child:before {
            display: none;
        }
    }

    .field-set:last-child {
        justify-content: flex-end;
        display: flex;
        margin-top: 20px;

        .field-set__field:last-child {
            margin-left: 25px;
        }
    }
}
