.compare-card.component{color:#333;margin-top:80px}
.compare-card__subtitle{margin-top:16px}
.compare-card__card-wrapper{margin-top:32px}
.compare-card__feature-section{padding-right:29px}
.compare-card__card-section:nth-child(even){padding-right:0;padding-left:32px}
.compare-card__card-section:nth-child(even) .compare-card__card-section--shadow{background-color:#f6faed}
.compare-card__card-section{padding-left:24px;position:relative;z-index:2}
.compare-card__card-section>div{position:relative}
.compare-card__card-section--shadow{position:absolute;z-index:1;border-radius:12px;height:100%;width:100%;top:20px;left:-20px;background-color:#e6f4fb}
.compare-card__card-content{position:relative;z-index:2;padding:32px;border-radius:12px;border:solid 1px #d9d9d6;background-color:#fff}
.compare-card__card-content--description{margin-top:16px}
.compare-card__card-content--border{margin-top:16px;margin-bottom:24px;height:2px;background-image:linear-gradient(90deg,#0090da 0,#a3cd4d 100%)}
.compare-card__card-content--pricetitle{font-size:18px;line-height:1.5;padding-right:16px;font-weight:600;color:#000}
.compare-card__card-content--price{font-size:18px;line-height:1.5;font-weight:600;color:#000}
.compare-card__card-content .compare-card__feature-section:last-child{border:0}
.compare-card__card-content .compare-card__feature-section:last-child .compare-card__feature-content{padding-bottom:0;border:0}
.compare-card__card-content .compare-card__feature-section:nth-last-of-type(2){border-bottom:1px solid;width:100%;margin-bottom:16px;border-color:#333}
.compare-card__card-content .compare-card__feature-section:nth-last-of-type(2) .compare-card__feature-content{margin-bottom:8px;border:0}
.compare-card__feature-content{display:flex;padding-top:8px;padding-bottom:16px;width:100%;border-bottom:1px solid;margin-bottom:8px}
.compare-card__feature-content.grey{border-color:#d9d9d6}
.compare-card__feature-content.black{border-color:#333}
.compare-card__feature-content.none{border:0}
@media screen and (max-width:767px){.compare-card__card-wrapper{display:flex;flex-direction:column;margin-top:32px}
.compare-card__card-section{margin-top:32px;padding-right:0;padding-left:24px}
.compare-card__card-section:nth-child(even){padding-left:24px}
.compare-card__card-section:nth-child(odd){margin-top:0}
}