.card-text-three-columns-wrapper{display:flex;justify-content:center}.card-text-three-columns{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.card-text-three-columns .card{border-radius:10px;display:flex;flex-direction:column;margin:10px 0;overflow:hidden;padding:20px}.card-text-three-columns img{height:100%;object-fit:cover;width:40%}.card-text-three-columns .card-content{color:#33475b;display:flex;flex-direction:column;padding:40px;width:60%}.card-text-three-columns .card-top{display:flex;flex-direction:column}.card-text-three-columns .card-top img{border-radius:10px;height:64px;object-fit:contain;width:64px}.card-text-three-columns .card-title{color:#33475b;font-family:regulator-nova,sans-serif;font-size:2rem;margin:10px 0}.card-text-three-columns .card-description span{font-size:1rem;line-height:2.5;margin-top:70px}@media (max-width:1200px){.card-text-three-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.card-text-three-columns{grid-template-columns:1fr}.card-text-three-columns .card{flex-direction:column;width:100%}.card-text-three-columns .card-title{font-size:1.5rem;line-height:1.5}.card-text-three-columns .card-description span{line-height:2}.card-text-three-columns img{height:auto;width:100%}.card-text-three-columns .card-content{padding:20px;width:100%}}