   
.hero-two-columns-med-sector .wrap-group-banners {
  position: relative;
  z-index: 1;
}

.hero-two-columns-med-sector .banner-wrap {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
    .hero-two-columns-med-sector {
      border-radius: 16px;
      position: relative;
    }
    .banner-wrap {
      display: flex;
    }
    .wrap__position__img--left .banner__text {
      order: 2;
    }
    .wrap__position__img--left .banner__image {
      order: 1;
      position: relative;
    }

/* text */
.hero-two-columns-med-sector .banner__text {
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 0 2rem;
  text-align: left;
  width: 50%;
  word-break: break-word;
}

.hero-two-columns-med-sector .banner__text h2 {
  color: var(--back-color);
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  max-width: 486px;
}

.hero-two-columns-med-sector .banner__text h6 {
  color: var(--back-color);
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  max-width: 486px;
}
    
/** Hero image */
.hero-two-columns-med-sector .banner__image {
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  position: relative;
  width: 50%;
}

.hero-two-columns-med-sector .banner__image .wrap-hero {
  border-radius: 16px 16px 16px 0;
  border: 2px solid var(--main-blue);
  box-sizing: border-box;
  padding: 15px 0px !important;
  max-width: 539px;
}

.hero-two-columns-med-sector .banner__image .wrap-hero figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -70px;
  max-width: 110%;
  margin: 0 0 0 -30px !important;
  min-height: 240px;
  width: 100%;
}
.hero-two-columns-med-sector .banner__image .wrap-hero img {
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
    
/* Card hero image */
.hero-two-columns-med-sector .banner__image .wrap-card {
  background: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 373px;
  margin: -175px 0 0 74px;
  padding: 24px 32px;
  position: relative;
  z-index: 1;
}
.hero-two-columns-med-sector .banner__image .wrap-card .iconcard__image {
  float: right;
  margin-top: -60px;
}
.hero-two-columns-med-sector .banner__image .wrap-card h2 {
  color: var(--main-blue);
  font-family: "century-gothic", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -1px;
  margin-bottom: 11px;
}

.hero-two-columns-med-sector .banner__image .wrap-card h6 {
  color: var(--back-color);
  font-family: "century-gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}

.hero-two-columns-med-sector .banner__image .wrap-card p {
  color: var(--back-color);
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}


.hero-two-columns-med-sector ul.list-hero {
  list-style: none;
  max-width: 486px;
  margin-top: 40px;
  padding: 0;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item {
  display: flex;
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  list-style: none;
  margin-bottom: 16px;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item figure {
  margin: 0 16px 0 0;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item figure img {
  max-width: 40px !important;
  width: 40px !important;
  height: auto !important;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item,
.hero-two-columns-med-sector ul.list-hero li.list-hero__item h6 {
  color: var(--back-color);
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item h6 {
  margin-bottom: 0;
  padding-top: 10px;
}

.hero-two-columns-med-sector ul.list-hero li.list-hero__item h6 {
  font-family: '"century-gothic", sans-serif;
}

.hero-two-columns-med-sector span.bg-hero-image {
  position: absolute;
  right: -50px;
  top: 15%;
  z-index: 0;
}

.hero-two-columns-med-sector .banner__text a.btn-link:hover span.icon-link svg path:nth-child(1) {
  fill: var(--orange-AA-color) !important;
}

.hero-two-columns-med-sector .banner__text a.btn-link:hover span.icon-link svg path:nth-child(2) {
  fill: var(--white-color) !important;
}

.hero-two-columns-med-sector .alert {
  transition: all 0.5s ease-in;
}

.hero-two-columns-med-sector .wrap-group-banners ul.slick-dots {
  display: none;
}


/* Desktop xl */
@media (min-width: 1200px) {
  .hero-two-columns-med-sector div.wrap__position__img--right .banner__text {
    padding-left: 0 !important;
  }

  .hero-two-columns-med-sector div.wrap__position__img--left .banner__text {
    max-width: 480px !important;
    min-width: 480px !important;
    padding-right: 0 !important;
  }

  .hero-two-columns-med-sector .banner__text h2 {
    font-weight: 700;
    font-size: 56px !important;
    line-height: 64px !important;
  }
  

}


@media (min-width: 768px) and (max-width: 1199px) {
  .hero-two-columns-med-sector .banner__image .wrap-hero::after {
    left: -16px !important;
    background-size: 100% 105% !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero figure {
    max-width: 100% !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only:after {
    left: -48px !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only-right::after {
    height: 90% !important;
  }

  /* decorartion__blue--drops */
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--drops figure {
    margin: 0 0 0 0px !important;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops figure {
    margin: 0 0 0 0px !important;
  }

  .hero-two-columns-med-sector .banner-wrap.wrap__position__img--left .banner__text {
    padding-left: 40px !important;
  }

}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-two-columns-med-sector .banner__image .wrap-card {
    max-width: 80%;
    padding: 24px 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .hero-two-columns-med-sector .banner__image .wrap-hero,
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops {
    border-radius: 0 !important;
    border: 0 !important;
    max-width: 100% !important;
  }
  .hero-two-columns-med-sector .banner__image {
    flex-basis: 100%;
    margin-bottom: 25px;
    min-width: 100%;
    max-width: 100%;
    order: 1;
    width: 100%;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero figure {
    min-height: 350px;
    max-width: 115%;
    width: 115%;
  }
  .hero-two-columns-med-sector .banner__image .wrap-card {
    margin: -130px auto 0;
    max-width: 75% !important;
  }
}

/* Mobile xs */
@media (max-width: 480px) {
  .hero-two-columns-med-sector {
    margin-left: -36px;
    margin-right: -27px;
  }

  .hero-two-columns-med-sector .banner__text h1 {
    font-size: 40px;
  }

  .hero-two-columns-med-sector .banner__image {
    flex-basis: 80%;
    margin-bottom: 25px;
    min-width: 80%;
    max-width: 80%;
    order: 1;
    width: 80%;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero figure {
    margin: 0 0 0 -35px !important;
    max-width: 124%;
    width: 124%;
  }
  .hero-two-columns-med-sector .banner__image .wrap-card {
    max-width: 90% !important;
    margin: -120px auto 0;
  }

  .hero-two-columns-med-sector .banner__text p {
    font-size: 14px;
    line-height: 22px;
  }
}

 
@media (min-width: 768px) {
  .hero-two-columns-med-sector .banner__text .content-txt,
  .hero-two-columns-med-sector .banner__text p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 486px;
  }

  .hero-two-columns-med-sector .banner__text .content-txt.subheading-text,
  .hero-two-columns-med-sector .banner__text .content-txt.subheading-text p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    max-width: 486px;
  }

  .hero-two-columns-med-sector .banner__text .content-txt.has-subheading-above,
  .hero-two-columns-med-sector .banner__text .content-txt.has-subheading-above p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    max-width: 486px;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero figure {
    background-image: none !important;
    border-radius: 16px 16px 16px 0px !important;
    overflow: hidden;
    max-width: 588px !important;
  }
  .hero-two-columns-med-sector .wrap__position__img--left .banner__image .wrap-hero figure {
    border-radius: 16px 16px 0px 16px !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero figure img {
    margin-bottom: -5px !important;
  }
  .hero-two-columns-med-sector .banner__text {
    padding-left: 20px !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero {
    margin-left: 35px !important;
  }
  /* GREEN DROPS and Blue outline  */
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops {
    border-radius: 0 0;
    border: 0;
    max-width: 620px;
    position: relative;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops:after {
    content: " ";
    background-image: url('https://www.primewayfcu.com/hubfs/med-sector/med-pattern-bg-blue-large.png');
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% 100% !important;
    height: 100% !important;
    width: 107% !important;
    position: absolute;
    top: 0;
    left: -48px;
    z-index: -1;
  }

  /* Blue outline right */
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--outline-empty {
    border: none !important;
  }

  /* Blue outline Left */
  .hero-two-columns-med-sector .banner-wrap.wrap__position__img--left .wrap-hero.wrap__hero__decorartion__blue--outline-left {
    margin-left: 0 !important;
    margin-right: 35px !important;
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--outline-left {
    border-radius: 16px 16px 0 16px !important;
    /*margin-left: 0 !important;*/
  }
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--outline-left figure {
    margin: 0 0 -30px 16px !important;
    width: 110% !important;
  }

  /* Blue outline right */
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--outline-right figure {
      margin: 0 0 -30px -25px !important;
      width: 102% !important;
  }

  /* GREEN DROPS Only LEFT*/
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only {
    border-radius: 0 0;
    border: 0;
    max-width: 620px;
    position: relative;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only:after {
    content: " ";
    background: transparent url('https://www.primewayfcu.com/hubfs/med-sector/med-pattern-bg-blue-large.png') no-repeat left bottom !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: auto;
    left: -54px;
    z-index: -1;
    bottom: -28px;
  }

  /* GREEN DROPS Only Right*/
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only-right {
    border-radius: 0 0;
    border: 0;
    max-width: 620px;
    position: relative;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__green--drops--only-right:after {
    content: " ";
    background: transparent url('https://www.primewayfcu.com/hubfs/med-sector/med-pattern-bg-blue-large.png') no-repeat right bottom !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: auto;
    left: -10px;
    z-index: -1;
    bottom: -9px;
  }

  /* BLUE DROPS Center */
  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--drops  {
    border-radius: 0 0;
    border: 0;
    max-width: 620px;
    position: relative;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero.wrap__hero__decorartion__blue--drops:after {
    content: " ";
    background-color: transparent;
    background-image: url('https://f.hubspotusercontent00.net/hubfs/6173259/pw-2020/bg-blue-drops.png');
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 99% !important;
    width: 107% !important;
    position: absolute;
    top: 10px;
    left: -55px;
    z-index: -1;
  }
  .hero-two-columns-med-sector .banner-wrap.wrap__position__img--right .wrap-card {
    margin: -175px 0 0 18% !important;
  }

}




/* Mobile */
@media (max-width: 767px) {
  .product__page .hero-two-columns-med-sector .banner__image {
    display: none !important;
  }
  .hero-two-columns-med-sector {
    margin-bottom: -60px !important;
  }
  .hero-two-columns-med-sector span.bg-hero-image {
    bottom: 20%;
    right: -40px;
    top: auto;
    max-height: 30px;
    z-index: 0;
  }

  .hero-two-columns-med-sector span.bg-hero-image svg {
    height: 230px !important;
  }

  .hero-two-columns-med-sector.banner__text {
    display: block;
    margin-bottom: 35px;
  }

  .hero-two-columns-med-sector .banner__text h1 {
    line-height: 1;
  }

  .hero-two-columns-med-sector .banner-wrap {
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
  }

  .hero-two-columns-med-sector .banner__text {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    width: 100%;
    order: 2;
  }

  .hero-two-columns-med-sector .banner__text .content-txt,
  .hero-two-columns-med-sector .banner__text p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    width: 100%;
  }

  .hero-two-columns-med-sector .banner__text .content-txt.subheading-text,
  .hero-two-columns-med-sector .banner__text .content-txt.subheading-text p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
  }

  .hero-two-columns-med-sector .banner__text .content-txt.has-subheading-above,
  .hero-two-columns-med-sector .banner__text .content-txt.has-subheading-above p {
    color: var(--back-color);
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero {
    background: transparent url("https://f.hubspotusercontent00.net/hubfs/6173259/pw-2020/line-border-mobile.png") no-repeat center bottom / 100% 200px;
    border: none !important;
    padding: 0px 0px 18px !important;
    border-radius: 0 !important;
  }

  .hero-two-columns-med-sector .banner__image .wrap-hero figure img {
    display: none !important;
  }

  .hero-two-columns-med-sector .banner__image .wrap-card {
    display: none;
  }

  /* style variant two */
  .hero-two-columns-med-sector .banner__text .wrap-card-internal.style-variant_two {
    background: var(--white-color);
    border-radius: 8px;
    margin-top: -120px;
    padding: 32px 16px;
    position: relative;
    z-index: 1;
  }

  .hero-two-columns-med-sector .banner__image.style-variant_two .wrap-hero {
    background: none !important;
  }

}
