.section.page-section.section-two-columns-blocks .clearfx {
  width: 100%;
  height: 30px;
}

.section-item.page-section-item.section-two-columns-blocks-item {
  padding: 25px 40px;
  margin: 0;
  height: 100%;
  background-color: #ffffff;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 164px;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
  -moz-box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
  box-shadow: 0px 3px 30px 0px rgba(141, 151, 173, 0.13);
}

.section-item.page-section-item.section-two-columns-blocks-item .item-thumbnail img {
  width: auto;
  height: 91px;
}

@media (max-width: 1026px) {
  .section-item.page-section-item.section-two-columns-blocks-item {
    height: unset;
    margin-bottom: 20px;
  }

  .section.page-section.section-two-columns-blocks .clearfx {
    display: none;
  }
}
