.feature {
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
body:not(.popup) .feature:hover {
    border: 1px solid rgba(102, 57, 145, 0.4);
    box-shadow: 0 12px 36px -4px rgba(10, 16, 34, .3);
    transform: translate(0px, -2px);
}
.feature h3{
    line-height: 24px;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: -0.4;
}
.category {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}
.featureContent h2, .featureContent h3 {
    color: rgba(102, 57, 145, 1);
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-top: 30px;
}
.featureContent h2:after, .featureContent h3:after {
    display: block;
    content: "";
    width: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #90E1A6;
}
.featureContent p>i {
    color: #616161;
}
.feature.boostedAnnouncementPopup .featureTitle {
	margin-right: 0;
	margin-bottom: 0;
}