.blockText p, .itemContent p, .blockText ul, .itemContent ul, .blockText ol, .itemContent ol {
    padding-bottom: 0.5em;
}
.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:500px;
}

/* 50x50 columns for commerc;ial page */
.column1x {
  float: left;
  width: 50%;
  margin: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
@media screen and (max-width: 600px) {
  .column1x {
    width: 83%;
  }
}

/* 50column */
.column2x {
  float: right;
  width: 50%;
  margin: 10px;
  margin-top: -400px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
@media screen and (max-width: 600px) {
  .column2x {
    width: 83%;;
    margin-top: 0px
  }
}

/* Bed Bugs page */
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_ceadfde626f84eccac53a5101dc71cd2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ceadfde626f84eccac53a5101dc71cd2 > .item {
	display: flex;
	flex-direction: column;
}

/*inner page hero styles*/
.custom-hero {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 20px;
}

.custom-hero .hero-section {
    width: 100%;
}

@media screen and (max-width: 991px){
    .custom-hero {
        flex-direction:column;
    }
    .hero-section.second {
        order: 1;
    }
    .hero-section.first {
        order: 2;
    }
}