.custom-banner h1 {
  color: var(--white);
  font-family:var(--primary_font_family);
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height:0.96; /* 95.833% */
  letter-spacing: -0.176px;
  margin-bottom: 30px;
}
.custom-banner{
  position:relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-banner .banner-content p {
  color: var(--white);
  font-family:var(--primary_font_family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
  letter-spacing: -0.176px;
  margin-bottom: 30px;
}

.custom-banner .content-wrap {
  max-width: 797px;
  padding-bottom: 17.9375rem;
  padding-top:8rem;
}
.custom-banner .banner-content {
  max-width: 629px;
}

.custom-banner .btn-wrap a {
  color: var(--primary_color);
  font-family:var(--secondry_font_family);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.2px; /* 89.412% */
  letter-spacing: 0.76px;
  border-radius: 16px;
  background: var(--white);
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
}

.custom-banner .btn-wrap a svg {
  margin-left: 10px;
}
.custom-banner .side-items {
  background: #442F7B;
  padding: 2.5625rem;
  max-width:44.532rem;
  position: absolute;
  top:auto;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3.94rem;
  padding-left: 4.6rem;
  padding-right: 7rem;
  padding-bottom: 3.9rem;
}


.custom-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-banner ul li {
  border-bottom: 2px solid var(--white);
  padding:20px 0;
  color: var(--white);
  font-family:var(--primary_font_family);
  font-size:16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 125% */
  letter-spacing: -0.176px;
}

.custom-banner ul li svg {
  margin-right: 5px;
}

.custom-banner ul li:first-child {
  border-top: 2px solid var(--white);
}
.custom-banner .page-center {
  max-width: 94%;
  padding:0;
}
.custom-banner.banner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.custom-banner .page-center {
  width: 100%;
}
@media(max-height:768px){
  /*   .custom-banner .side-items{
  position:static;
} */
  .custom-banner .banner-content p,.custom-banner h1 {
    margin-bottom: 15px;
  }

}
/* @media(min-width:1441px){
.custom-banner h1 {
font-size:9rem;
}
} */
@media(min-width:1300px){
  .custom-banner .banner-content p,.custom-banner h1 {
    margin-bottom: 15px;
  }
}
@media(min-width:768px){
  .custom-banner h1 {
    font-size:9rem;
  }
}
@media(max-width:1500px){
  .custom-banner .side-items {
    max-width: 475px;
  }
}
@media(max-width:767px){
  .custom-banner .content-wrap {
    max-width: 100%;
    padding-bottom:5rem;  
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-banner .banner-content {
    max-width: 100%;
  }
  .custom-banner h1 {
    /*     font-size: 2.75rem;
    line-height: 48px; /* 109.091% */ */
    letter-spacing: -0.176px;
  }
  .custom-banner .side-items {
    padding:2.5625rem 0.9375rem;
  }
  .custom-banner .content-wrap {
    text-align: center;
  }
  .custom-banner .side-items {
    max-width: 100%;
  }
  .custom-banner .side-items {
    position: static;
  }
  .custom-banner .page-center {
    max-width: 100%;
    padding: 0;
  }
  .custom-banner ul li {
    font-size: 16px;
  }
  .custom-banner .side-items {
    padding-top: 87px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom-banner ul li {
    line-height: 20px; /* 125% */
    font-size: 16px;
    padding: 10px 0;
  }
  .custom-banner h1 {
    color: #442F7B !important;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 44px;
    font-weight: 400;
    line-height: 48px; /* 109.091% */
    text-align: left;
    margin-bottom: 10px;
  }

  .custom-banner .banner-content p {
    color: #2E1E58 !important;
    font-family: "ES Rebond Grotesque TRIAL";
    font-size: 16px;
    line-height: 23px; /* 143.75% */
    text-align: left;
    margin-bottom: 21px;
  }
  .custom-banner.banner {
    background-image: none !important;
    background-color: #F8EFFF !important;
  }
  .custom-banner .content-wrap {
    padding-bottom: 107px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .custom-banner .content-wrap {
    padding-bottom: 107px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom-banner .btn-wrap a {
    background: #442F7B !important;
    color: #fff !important;
  }

  .custom-banner .content-wrap {
    text-align: left;
  }

  .custom-banner .btn-wrap a svg path {
    fill: #fff;
  }
  .custom-banner.banner {
    min-height: unset;
  }
  .custom-banner .content-wrap{
    padding-top:3rem;
  }
}

