@media(min-width:2000px){
.hero-subpage-1 .hero-rt img {max-width:700px; right: 15%}
}

.hero-subpage-1{ overflow: hidden; }
.hero-subpage-1 .hero-lt{width:55%;}
.hero-subpage-1 .hero-lt h5{line-height: 1.7;}
.hero-subpage-1 .hero-btns {margin:30px 0 0;}
.hero-subpage-1 .hero-btns ul li:last-child{margin-left:20px;}
.hero-subpage-1 .hero-btns ul.no-list { justify-content: left; }
.hero-subpage-1 .hero-rt { width: 43%; max-width: 640px; max-height: 400px; position: absolute; right: 10%; z-index: 1; bottom: 0; }
.hero-subpage-1 .hero-rt img { border-radius: 20px 20px 0 0; }
.hero-subpage-1 .hero-btns .primary-button a.cta_button:hover,.hero-subpage-1 .hero-btns .primary-button a:hover{border-color:var(--third_color);}
.hero-subpage-1 .hero-lt .detail-content {padding-right: 5%;}
.hero-subpage-1 .hero-lt span.chip{
    background: var(--base_color);
    padding: 5px 12px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'source-sans-pro';
    color: #ECEFF1;
}

.hero-subpage-1 .detail-content ul li.ticked:before{
   background-image: url(https://5836154.fs1.hubspotusercontent-na1.net/hubfs/5836154/sas-template/icon-tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 21px;
}

.hero-subpage-1 .detail-content ul li.ticked{ padding-left: 35px; }


@media(max-width:1880px){
  .hero-subpage-1 .hero-rt {width: 60%;}
}

@media(max-width:1700px){
.hero-subpage-1 .hero-rt { width: 45%; right: 5%}
.hero-subpage-1 .hero-lt { width: 50%;}
}

@media(max-width:1366px){
.hero-subpage-1 .hero-rt { width: 40%; right: 1%}
.hero-subpage-1 .hero-lt { width: 58%;}
}

@media(max-width:1024px){
.hero-subpage-1 .hero-lt{width:100%;}  
.hero-subpage-1 .hero-lt .detail-content {max-width: 100%; padding-right: 0; text-align: center;}
.hero-subpage-1 .hero-rt { width:100% !important; position: relative; margin: 40px auto 0; right: 0; max-height: 500px;}
.hero-subpage-1 .hero-lt .hero-btns { margin: 30px auto 0; display: table; 
}
  
