.sliderWrapper {
    width: 100%;
    float: left;
  }
  .sliderWrapper .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    display: block;
  }
  .works .sliderWrapper .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
  form.wpcf7-form{
    position: relative;
  }
  .input_area .input{
    width: 100%;
    padding: 5px 24px;
    height: 60px;
    border-radius: 50px;
  }
  .input_area .button button{
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0;
    height: 100%;
    height: 60px;
  }
  .input_area .button{
    position: absolute;
    right: 0;
    top: 0;
  }
}