@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.ld-sm_content_block p:not(:last-child){
  margin-bottom:0;
}
@media (max-width: 767px){
  .ld-sm_content_block h4 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-left: 10%;
  }
}


.row-fluid-wrapper.row-depth-1.row-number-8.dnd-row {
  display: inline-block;
  width: 49%;
  vertical-align: text-top;
}

@media only screen and (max-width: 550px) {
.row-fluid-wrapper.row-depth-1.row-number-8.dnd-row {
    display: block;
    width: 95%;
  }