.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  padding: 0px 16px;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 90%;
}

.banner__content p {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}

.banner__content h2 {
  font-size: 15px;
  line-height: 1.2;
}

.banner {
  position: relative;
  width: 94%;
  max-width: 1164px;
  margin: auto;
}

.banner img {
  display: block;
  margin: 30px auto 20px;
  border-radius: 10px;
}



  .banner__content {
    display: flex;
    align-items: normal;
    width: 655px;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    padding: 0px 50px 0px 0px;
    line-height: 1.2;
  }

  .callback-sencillo .input-form {
    font-size: 12px !important;
  }
  @media (max-width: 767px) {
  .banner__content {
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 90%;
    line-height: normal;
    text-align: left;
    padding: 0;
  }
  .box-call-win {
    max-width: 175px !important;
    margin: 0 !important;
  }

  .callback-sencillo .callback-box__check label.txt_check a {
    color: #000000 !important;
  }

} 

@media (min-width: 768px) {
  
  
  .banner__content h1 {
    font-size: 28px;
    font-family: var(--f4);
    margin-bottom: 4px;
  }
  .banner__content p {
  font-size: 25px;
  margin-top: 0;
  text-align: left;
}

  .banner__content h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

 