.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%;
}
a.wp-block-button__link:hover{
  background: #42cfc4 !important;
  color: #fff;
}
/*Services section*/
h2.alignwide.mt-5.mb-5.has-text-color {
  font-weight: 700;
  letter-spacing: 2px;
}
h2.alignwide.has-text-color:before{
  content: "";
  background: url(https://www.edturner-motorcycles.com/wp-content/themes/vw-maintenance-services/inc/block-patterns/images/servicestitleicon.png) no-repeat left;
  padding: 50px;
}
h3.has-text-align-right, h3.has-text-align-left{
  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;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px){
  .services-box .wp-block-columns{
    flex-wrap: nowrap !important;
  }
}