.cards-row{display:flex;gap:12px;justify-content:space-between}.card,.cards-row{align-items:flex-start;width:100%}.card{background-color:rgba(225,239,249,.5);border-radius:16px;display:block;flex:1;height:200px;padding:28px}.card img{height:auto;margin-bottom:8px;margin-right:16px;width:60px}.card h3{color:#183866;font-family:arial,sans-serif;font-size:16px;margin:0}.card p{color:#183866;font-size:12px;margin-top:8px;width:100%}.text-content{display:flex;flex-direction:column}@media screen and (max-width:1024px){.cards-row{width:100%}.card{height:300px}.card h3{font-size:18px}.card p{font-size:16px}}@media screen and (max-width:768px){.cards-row{display:flex;flex-direction:column;gap:8px;margin-left:24px;width:100%}.card{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-start;padding-bottom:16px;padding-top:24px}.card h3{font-size:16px}.card p{font-size:14px;margin-top:4px}}