
/* INICIA BANNER-HELP */

.container-banner-help{
    padding-top: 20px;
  }
  .banner-help {
    width: 100%;
    height: 270px;
    display: flex;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .banner-help .help-img {
    position: relative;
    width: 46%;
    height: auto;
  }
  .banner-help .help-img img {
    position: absolute;
    top: -60px;
    width: 130px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  }
  

  .banner-help .help-text {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-help .help-text h2 {
    margin: 0;
    color: #fff;
    font-size: 2.25rem;
    font-family: "Alright Sans Black";
    line-height: 2.25rem;
  }
  .banner-help .help-text p {
    margin: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 1rem;
    font-family: "Alright Sans";
  }
  .banner-help .help-btn {
    display: flex;
    align-items: center;
    width: 17%;
    padding-left: 20px;
  }
  .banner-help .help-btn .conainer-help-btn {
    background-color: #fff;
    
    display: flex;
    align-items: center;
  }
  .banner-help .help-btn .conainer-help-btn a {
    font-size: 1rem;
    color: #d31145;
    text-decoration: none;
    text-align: center;
    font-family: "Alright Sans Black";
    padding: 10px;
    display: flex;
    
  }
  .banner-help .help-btn .conainer-help-btn img {
    /* width: 18px;
    height: 18px; */
    padding-left: 5px;
  }
  
  @media (max-width: 768px) {
    .banner-help {
      flex-direction: column;
      background-image: url() !important;
      background: transparent linear-gradient(98deg, rgb(211, 17, 69) 0%, rgb(139, 0, 20) 65%, rgb(139, 0, 20) 100%) 0% 0% no-repeat padding-box 
      !important;
      align-items: center;
      justify-content: center;
    }
    .banner-help .help-text {
      width: 100%;
      text-align: center;
    }
    .banner-help .help-text h2 {
      line-height: 2.24rem;
    }
    .banner-help .conainer-help-btn {
      margin-top: 20px;
    }
    .banner-help .help-btn {
      width: auto;
    }
  }
  @media (min-width: 769px) and (max-width: 816px) {
    .banner-help .help-img {
      width: 42%;
    }
    .banner-help .help-btn {
      width: 22%;
    }
  }
  @media (min-width: 817px) and (max-width: 1080px) {
    .banner-help .help-img {
      width: 45%;
    }
    .banner-help .help-btn {
      width: 20%;
    }
  }
  /* TERTMINA BANNER-HELP */