
.enquiry_row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .inquiry-box  {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .inquiry-box  {
    width: 100%;
  }
}

.inquiry-title {
     margin-top:2%; 
     margin-bottom:2%; 
     margin-left:2.5%; 
     margin-right:2.5%; 
     overflow: hidden;"
}

.inquiry-subjects {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 3%;
    margin-right: 3%;
}