.rs-stretch{position:relative}.rs-stretch__bg{position:absolute;width:100%;height:100%;bottom:0;left:0;object-fit:cover}.rs-stretch__wrapper{position:relative;min-height:400px;border-radius:40px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:40px}.rs-stretch__content{position:relative;max-width:950px;display:grid;justify-items:center;color:#fff}.rs-stretch__content h3{font-family:var(--second-family);font-weight:600;font-size:45px;text-align:center}.rs-stretch__content p{max-width:75%;font-weight:400;font-size:24px;text-align:center;margin-top:10px}.rs-stretch__content .btn-color{margin-top:20px}.rs-stretch_dark .rs-stretch__content{max-width:870px;color:#303030}.rs-stretch .rs-stretch__bg{opacity:0;transition:opacity var(--animation-duration) var(--timing-func)}.rs-stretch .rs-stretch__content *{transform:translateY(60px);opacity:0;visibility:hidden;transition:transform 0.75s ease,opacity 0.75s ease}.rs-stretch .rs-stretch__content *:nth-child(1){transition-delay:0.25s}.rs-stretch .rs-stretch__content *:nth-child(2){transition-delay:0.5s}.rs-stretch .rs-stretch__content *:nth-child(3){transition-delay:0.75s}.rs-stretch .rs-stretch__content *:nth-child(4){transition-delay:1s}.rs-stretch.in-view .rs-stretch__bg{opacity:1}.rs-stretch.in-view .rs-stretch__content *{transform:translateY(0);opacity:1;visibility:visible}@media (max-width:767.98px){.rs-stretch__wrapper{border-radius:20px;-ms-flex-align:start;align-items:flex-start;padding:120px 16px 327px 16px}.rs-stretch__content h3{font-size:26px}.rs-stretch__content p{font-size:16px}}