.web-design-banner {
  background-image: url(../img/shape/banner-effect-3.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0 100px;
  min-height: 100vh;
  display: flex;
  align-items: center
}

@media only screen and (max-width:767px) {
  .web-design-banner {
    background: #f5f5ff;
    padding: 130px 0 50px
  }

  .testing-right-img {
    height: 500px;
    margin-top: 50px
  }
}

@media only screen and (max-width:420px) {
  .testing-right-img {
    height: 400px;
    margin-top: 30px
  }
}