.wcl-home-banner {
  position: relative;
  padding: 165px 0 230px 0;
}
.wcl-home-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1920px;
  height: 880px;
  background: url("../../../img/banner-line-bg.png") no-repeat;
  background-size: contain;
}
.wcl-home-banner::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 862px;
  height: 493px;
  background: url("../../../img/banner-bg.png") no-repeat;
  background-size: contain;
}
.wcl-home-banner .wcl-container {
  position: relative;
  z-index: 1;
}
.wcl-home-banner .data-title {
  margin-bottom: 40px;
  color: var(--dark-color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
}
.wcl-home-banner .data-offer .wcl-country-input {
  margin-bottom: 20px;
}
.wcl-home-banner .data-offer .wcl-button-wrapper {
  margin-top: 25px;
}
.wcl-home-banner .data-offer .wcl-button-wrapper .wcl-button {
  width: 100%;
}
.wcl-home-banner .data-image {
  margin-top: 100px;
}
.wcl-home-banner .wcl-button-wrapper {
  text-align: center;
}
.wcl-home-banner .wcl-button-wrapper .wcl-button-whatsapp {
  width: 100%;
  max-width: 355px;
}
.wcl-home-banner .data-trustpilot-widget {
  margin-top: 20px;
}
@media only screen and (max-width: 1366px) {
  .wcl-home-banner {
    padding: 100px 0;
  }
  .wcl-home-banner .data-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .wcl-home-banner::after {
    top: 80px;
    width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcl-home-banner .data-image {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .wcl-home-banner {
    padding-bottom: 150px;
  }
  .wcl-home-banner::after {
    top: 40%;
  }
  .wcl-home-banner .data-title {
    text-align: center;
  }
  .wcl-home-banner .data-image {
    margin-top: 70px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-home-banner {
    padding: 70px 0;
  }
  .wcl-home-banner::after {
    top: 50%;
    width: 600px;
  }
  .wcl-home-banner::after {
    top: 45%;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-home-banner::after {
    top: 50%;
    right: -38%;
    width: 500px;
  }
}
@media only screen and (max-width: 425px) {
  .wcl-home-banner::after {
    top: 58%;
    right: -40%;
    width: 450px;
  }
}
