.card-depoimento{padding:2rem;border:1px solid var(--border-color);border-radius:var(--border-radius);transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;background-color:var(--secondary-color);color:var(--white-color);width:390px;max-width:100%;text-align:center;box-shadow:0 10px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}.card-depoimento_title{margin-top:1rem;font-weight:400;font-size:1rem}.card-depoimento_description{font-size:1.2rem;line-height:110%}