.display-block {
  display: block;
}

.list_of_related_pages.small_icons > UL > LI > DIV.image IMG {
  width: auto;
}

.list_of_related_pages.default-type > UL > LI {
  padding-left: 0;
}

.list_of_related_pages.default-type > UL > LI .image div {
  text-align: center;
}

.display-block {
  display: block;
}

@media only screen and (max-width: 767px) {
  .component.content .content_area H2:first-child {
    margin-top: 0.5em;
  }
}
.faq_large_list .faq_question_wrapper.current_faq_question {
  background-color: transparent;
}

@media only screen and (min-width: 481px) {
  .owl-imageItems .content_area {
    position: relative;
    padding-bottom: 30px;
  }
  .owl-imageItems .content_area a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.paddingRight30 {
  padding-right: 30px;
}