<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-cards{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
@media(min-width:320px) and (max-width:991px){.container-cards{overflow:scroll;display:inline-flex;justify-content:normal;-ms-overflow-style:none;scrollbar-width:none}
.container-cards::-webkit-scrollbar{display:none}
}
.container-cards .box{padding:20px;box-shadow:0 6px 40px rgba(0,0,0,.06);border-radius:8px;border:1px solid #ccc;max-width:206px;height:285px}
.container-cards .box:not(:last-child){margin-right:20px}
@media(min-width:320px) and (max-width:991px){.container-cards .box{min-width:206px;max-width:206px}
}
.container-cards .box .img-wrapper{width:108px;height:108px;margin:0 auto}
.container-cards .box .img-wrapper img{border-radius:50%;width:100%;height:100%}
.container-cards .box .title{font-size:14px;font-weight:500;text-align:center;margin-top:20px}
.container-cards .box .sub-title{font-size:12px;font-weight:500;text-align:center;margin:0 auto;line-height:18px;padding-top:5px}
.container-cards .box .cta{margin-top:20px}
.container-cards .box .cta .animated-arrow-button{font-size:11px}</pre></body></html>