.centered-content-cards__cards{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1150px}.centered-content-cards__content{margin-bottom:64px}.centered-content-cards__content p:last-of-type{margin-bottom:0}.centered-content-cards__cards__card{background-color:rgba(0,0,0,.8);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:48px;min-height:190px;padding:32px}.centered-content-cards__content small{color:#92d6e3;display:block;margin-bottom:24px;text-align:center}@media only screen and (min-width:768px){.centered-content-cards__cards__card{min-height:290px}}