.whats-included{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--marginMedium)}.whats-included .whats-included-cards{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--marginMedium)}.whats-included .whats-included-card{border-radius:var(--borderRadius);overflow:hidden;-webkit-box-shadow:var(--boxShadow);box-shadow:var(--boxShadow);width:50%;background:white}.whats-included .whats-included-card .whats-included-card-title{padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.whats-included .whats-included-card .whats-included-card-title h3{margin:5px 0px}.whats-included .whats-included-card .whats-included-card-line-items{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.whats-included .whats-included-card .whats-included-card-line-items .whats-included-card-item{position:relative;padding-left:40px;margin:12px 0}.whats-included .whats-included-card .whats-included-card-line-items .whats-included-card-item:before{content:"";top:50%;margin-top:-15px;left:0px;height:30px;width:30px;position:absolute;background-image:url(../svg/check-mark.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.whats-included .included-card .whats-included-card-title{background:var(--lightGreen)}.whats-included .included-card .whats-included-card-title h3{color:var(--darkGreen)}.whats-included .required-card .whats-included-card-title{background:var(--darkGreen)}.whats-included .required-card .whats-included-card-title h3{color:var(--yellowWhite)}@media (max-width:1000px){.whats-included .whats-included-cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.whats-included .whats-included-cards .whats-included-card{width:100%}}