.banner-content, .services-box{
  width: auto;
  height: auto;
}
figure{
  border: none !important;
}
/*Banner section*/
.banner-content .wp-block-column.is-vertically-aligned-center {
  position: relative;
  left: 7%;
}
.banner-content p{
  margin-bottom: 20px !important;
}
.banner-content a.wp-block-button__link{
  text-decoration: none;
}
.banner-content a.wp-block-button__link:hover{
  background: #42cfc4 !important;
  color: #fff;
}
/*Services section*/
.services-box h2 {
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}
.services-box h2:before{
  content: "";
  background: url(../images/servicestitleicon.png) no-repeat left;
  padding: 50px;
}
.services-box h3, .services-box h3{
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .banner-content .wp-block-column.is-vertically-aligned-center {
    position: static;
  }
  .banner-content h1 {
    font-size: 32px;
  }
  .services-box h2 {
    font-size: 30px !important;
  }
  .wp-block-column {
    flex-basis: unset;
  }
  .banner-content h1{
    font-size: 30px !important;
  }
  .services-box, .services-box h3, .services-box p{
    text-align: center !important;
  }
  .alignfull img{
    width: 100% !important;
  }
  .services-box .wp-block-image {
    display: inline-block;
  }
  .services-box h2:before{
    padding: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px){
  .services-box .wp-block-columns{
    flex-wrap: nowrap !important;
  }
}