
#featuresMain h1{color:#FC0;position:relative;font-size:2em;margin-bottom:.5em;z-index:2;}
#featuresMain h1:after{content:attr(data-text);-webkit-text-stroke:7px #fff;color:#fff;text-shadow:0 5px 4px rgba(0,0,0,0.5);position:absolute;top:0;left:0;right:0;z-index:-1}
#featuresMain{background: url(../media/img/features/feature-bg.jpg) center center / cover no-repeat;text-align: center;position:relative;padding:50px 0;}
#featuresMain .features-main-thumb{background:url(../media/img/features/feature-thumb-bg.png) center center / contain no-repeat}
#featuresMain .features-main-thumb img{padding:2em 1em}
#featuresMain .features-main-description{
    margin: 1em auto;
    background: #FCF3DC;
    border: 5px solid #FFF;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    max-width: 90%;
    padding: 1em;
    font-size: clamp(18px,2vw,26px);
    color: #707070;
    box-shadow: 0 3px 6px rgba(0,0,0,0.56);
}

@media screen and (min-width: 1024px) {
    #featuresMain h1{font-size:4em}
    #featuresMain h1:after{-webkit-text-stroke:14px #fff;text-shadow:0 10px 8px rgba(0,0,0,0.5)}
}