@media screen and (max-width: 600px) {
  .post {
      padding: 0px 20px;
   }

   .page-header h1{
       font-size: 1.5em !important;
   }
}

.wpcf7-response-output{
   display: none;
}

.select2-selection__rendered{
    color: #999898 !important;
}

span[title="Homeowner"], span[title="Tenant"] {
   color: #383838 !important;
}

.select2-selection--single{
       border: 1px solid #BCBCBC !important;
    height: 36px !important;
    border-radius: 0px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-selection__arrow{
        margin-top: 5px;
}