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

.hero-sub-1{ overflow: hidden; }
.hero-sub-1 .hero-lt{width:50%; padding-right: 30px;}
.hero-sub-1 .hero-lt h5{line-height: 1.7;}
.hero-sub-1 .hero-btns {margin:30px 0 0;}
.hero-sub-1 .hero-btns ul li:last-child{margin-left:20px;}
.hero-sub-1 .hero-btns ul.no-list { justify-content: left; }
.hero-sub-1 .hero-rt { width: 50%; padding-left: 30px;}
.hero-sub-1 .hero-rt img { border-radius: 20px 20px 0 0; }
.hero-sub-1 .hero-btns .primary-button a.cta_button:hover,.hero-sub-1 .hero-btns .primary-button a:hover{border-color:var(--third_color);}
.hero-sub-1 .hero-lt span.chip{
    background: #ECEFF1;
    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: var(--base_color);
}

.hero-sub-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-sub-1 .detail-content ul li.ticked{ padding-left: 35px; }

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