@media screen and (min-width: 1240px) {
.hero-detail .headline__title h1, .hero-detail .headline__title h2, .hero-detail .headline__copy p { /* padding-left: 100px !important; */ }
.headline__copy { /* padding-left: 100px !important; */ font-size: 16px; }
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
.hero-detail .headline__title h1, .hero-detail .headline__title h2, .hero-detail .headline__copy p { /* padding-left: 85px !important; */ }
.headline__copy { /* padding-left: 85px !important; */ font-size: 16px; }
}

@media screen and (min-width: 431px) and (max-width: 1023px) {
.hero-detail .headline__title h1, .hero-detail .headline__title h2, .hero-detail .headline__title h1, .hero-detail .headline__copy p { /* padding-left: 65px !important; */ }
.headline__copy { /* padding-left: 65px !important; */ font-size: 16px; }
}

@media screen and (max-width: 430px) {
.hero-detail .headline__title h1, .hero-detail .headline__title h2, .hero-detail .headline__title h1, .hero-detail .headline__copy p {padding-left: 0px !important; }
.headline__copy { padding-left: 0px !important; font-size: 16px; }
}


.disclaimer .disclaimer-text>*:first-child { border-top: 0px !important; border-top: none !important; padding-top: 0px !important }

.horizontalBorderReadMore { height: 5px; background: linear-gradient(93deg, #008edd 0, #a2cf42 104%); width:20% !important;}