*{box-sizing:border-box}.two-cards{background-color:#004f39;position:relative}.two-cards:before{position:absolute;content:"";top:-100px;left:-10px;width:100vw;height:300px;background-image:url(../../assets/images/svg-icons/arc-green.svg);background-repeat:no-repeat;background-size:cover;background-position:top;z-index:0;display:block;transform:translateY(var(--parallax-offset,0));transition:transform .1s ease-out}.two-cards .card{border-radius:24px;position:relative;top:-180px}.two-cards .card img{border-radius:16px;max-height:290px;object-fit:cover}.two-cards .card h3{color:#004f39}.two-cards .card a{color:#004f39!important;text-decoration:none!important;background-color:#f6f6f6;border-radius:10px;position:relative}.two-cards .card a:hover{background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)),#f6f6f6}.two-cards .card a:after{position:absolute;content:url(../../assets/images/svg-icons/arrow.svg);right:8px;top:3px;transform:translateY(50%)}@media screen and (min-width:768px) and (max-width:1500px){.two-cards:before{top:-160px}.two-cards .card{top:-240px}}@media screen and (max-width:767px){.two-cards{background-color:#fff}.two-cards:before{display:none}.two-cards .card{top:0;border:none}}