.simple-cards{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.simple-card-item{margin-bottom:10px}.simple-card-item-container{align-items:center;border-radius:12px;display:flex;flex-direction:column}.simple-card-item-container img{margin-bottom:15px}.simple-card-item-title{color:#f15822;margin-bottom:0;text-align:center}.simple-card-item-content{font-size:14px}.simple-card-item-content p{margin-bottom:0}.simple-card-item-author{display:flex;justify-content:space-between;margin-top:20px}.simple-card-item-author-name p{margin-bottom:0}@media(max-width:767px){.simple-card-item{flex:0 0 100%!important}}