.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_theme_realty .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_theme_realty .banner__header, .banner_theme_realty .banner__main, .banner_theme_realty .banner__footer {
    display: flex;
    align-items: center;
    align-self: center;
    position: relative;
    z-index: 1;
    flex-grow: 1; }
  .banner_theme_realty .banner__header, .banner_theme_realty .banner__footer {
    flex-basis: 50%;
    min-height: 100px;
    -webkit-font-smoothing: antialiased; }
  .banner_theme_realty .banner__header {
    flex-direction: column;
    justify-content: center; }
    .banner_theme_realty .banner__header .banner__title {
      font-size: 40px;
      padding: 0;
      margin: 0;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .banner_theme_realty .banner__main {
    flex-grow: 0;
    flex-shrink: 0;
    z-index: 2; }
  .banner_theme_realty .banner__footer {
    width: 100%; }
  .banner_theme_realty .field-set:first-child .field-set__grid {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background: #fff; }
  .banner_theme_realty .field-set:first-child .field-set__field:before {
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #ccc;
    content: '';
    z-index: 1; }
  .banner_theme_realty .field-set:first-child .field-set__field:last-child:before {
    display: none; }
  .banner_theme_realty .field-set:last-child {
    justify-content: flex-end;
    display: flex;
    margin-top: 20px; }
    .banner_theme_realty .field-set:last-child .field-set__field:last-child {
      margin-left: 25px; }
