.page-top-banner.is-image-banner::before {
  background: -webkit-linear-gradient(left, #fff 32%, #fff 67%, rgba(255, 255, 255, 0) 72%);
  background: linear-gradient(to right, #fff 32%, #fff 67%, rgba(255, 255, 255, 0) 72%);
}

@media screen and (max-width: 767px) {
  .padd-20 {
    padding: 25px 20px 20px !important;
  }
}
.square-number-box {
  background-color: #f2faff;
  padding: 30px 30px 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.square-number-box .wp-block-em-right-column.img-wrap {
  margin-right: 30px;
}

.square-number-box .img-wrap p {
  font-family: 'Poppins-Regular', sans-serif;
  margin: 0;
  line-height: 70px;
  font-size: 42px;
  width: 70px;
  height: 70px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .square-number-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .square-number-box .wp-block-em-right-column.img-wrap {
    margin: 0 0 15px;
  }
  body .h3-heading {
    line-height: 34px;
  }
}
@media screen and (max-width: 992px) {
  .mdwes-left-sidebar {
    display: none !important;
  }
}
body {
  color: #333 !important;
}
