body.postid-186274 .land-part {
  display: block;   /* puts it on its own line */
}

body.postid-186274 .build-part {
  display: block;   /* optional – remove if you want inline */
}


@media only screen and (min-width: 601px) {
    body.postid-186274 .land-part {
      text-align: left;
    }
    
    body.postid-186274 .build-part {
      text-align: left;
    }

    body.postid-186274 .promo_title {
        margin-top:auto !important;
        margin-bottom: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}