.feature {
    transition: 0.3s;
    border-radius: 0.3em;
    /*box-shadow:  0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);*/
    background: #213469;
    grid-template-columns: 40% auto;
    color: white;
    will-change: transform;
}

.bg {
    background-color: #213469;
}

.faq {
    transition: 0.3s;
    border-radius: 0.3em;
    /* box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3); */
    grid-template-columns: 40% auto;
    color: black;
    will-change: transform;
}

.bg-home {
    color: white;
}

.bg-home {
    background-color: #213469;
}

.feature h5 {
    color: #000;
}

.feature:hover {
    transform: scale(1.1);
    box-shadow: 0 32px 40px 14px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.faq:hover {
    transform: scale(1.1);
    box-shadow: 0 32px 40px 14px rgba(139, 165, 213, 0.36), 0 0 0 1px rgba(131, 125, 196, 0.3);
}

.pricing {
    transition: 0.3s;
    box-shadow: 0 22px 40px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.pricing:hover {
    transform: scale(1.1);
    box-shadow: 0 32px 80px 14px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.3);
}