#ts-immo-features .ts-immo-column{
  padding-right: 20px;
    float: left;
    width: 50%;
}

#ts-immo-features .ts-immo-column .ts-immo-row{
  margin-top:25px;
}

#ts-immo-features .ts-immo-column .ts-immo-row-head {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

#ts-immo-features .ts-immo-column .ts-immo-row-head:after {
    content: "";
    height: 1px;
    background-color: #c8c8c8;
    width: 100%;
    bottom: 9px;
    left: 0;
    position: absolute;
}

#ts-immo-features .ts-immo-column .ts-immo-row-head span {
    display: inline-block;

    padding: 3px 3px 3px 0;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

#ts-immo-features .ts-immo-column .ts-immo-row-elements {
   /* min-height: 100px; */
    padding: 10px 0;
}

#ts-immo-features .ts-immo-column .ts-immo-row-elements-element-row {
    zoom: 1;
    clear: both;
    font-size: 0.8rem;
    line-height: 22px;
    color: #333;
}
#ts-immo-features .ts-immo-row.first{
  margin-top:0;
}

#ts-immo-features .ts-immo-column .ts-immo-row-elements-element-row .ts_immo_field_label {
    float: left;
    width: 49%;
    padding-right:5px;
}

#ts-immo-features .ts-immo-column .ts-immo-row-elements-element-row .ts_immo_field_value {
    float: left;
    width: 49%;
    font-weight: 700;
}

@media all and (max-width: 992px) {
  #ts-immo-features .ts-immo-column {
      width: 100%;
      padding: 0;
  }
}
