.feature-card-block.is-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}
.feature-card-block .card{padding:0;border:0;-webkit-box-shadow:none;box-shadow:none;width:100%;margin-bottom:3.1rem}
.feature-card-block .card:last-child{margin-bottom:0}
.feature-card-block .card .card-image{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;margin-bottom:1.31rem}
.feature-card-block .card .card-image .image{margin:0;height:5.2rem}
.feature-card-block .card .card-image .image img{width:auto;height:100%}
.feature-card-block .card .card-content .name{font-weight:500;font-size:1.4rem;line-height:1.2142857143;text-align:center;color:#22333b;margin-bottom:1.14rem}
.feature-card-block .card .card-content .details{font-weight:normal;font-size:1rem;line-height:1.4;text-align:center;color:#22333b;max-width:13.8rem;margin:auto}
@media screen and (min-width:768px){.feature-card-block .card{width:50%}
.feature-card-block .card:nth-last-child(-n+2){margin-bottom:0}
}@media screen and (min-width:1280px){.feature-card-block .card{margin-bottom:0;max-width:14.9rem}
}