﻿.credit-card{display:grid;grid-template-columns:1fr;gap:50px;margin-top:40px;}.credit-card .rate-area{background-color:#fafafa;border-radius:12px;padding:1.5rem;}.credit-card .rate-area .rate{letter-spacing:-5px;}.credit-card .rate-area sup{top:-.25em;}.credit-card ul.highlights{list-style-type:"- ";margin-left:20px;margin-top:0;}.credit-card .feature-list{padding:1rem;}.credit-card .feature-list .feature{display:grid;grid-template-columns:35px 1fr;gap:30px;margin-bottom:30px;}.credit-card aside{order:-1;}.credit-card aside .button{width:250px;}.credit-card .card-image-stack{display:grid;gap:20px;}.credit-card .card-image-stack .card-image{width:100%;max-width:400px;margin-left:auto;margin-right:auto;}@media(min-width:992px){.credit-card{gap:80px;grid-template-columns:1fr 300px;}.credit-card aside{margin-top:0;order:1;}}