.crops-card{border:1px solid #e7edf3;border-radius:4px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);box-sizing:border-box;display:block;height:400px;margin-bottom:32px;opacity:1;overflow:hidden;padding:0;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:348px}.crops-card:hover{box-shadow:0 6px 24px 0 rgba(0,0,0,.15);text-decoration:none;transform:translateY(-2px)}.crops-card__image{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;display:flex;height:100%;position:relative;width:100%}.crops-card__text-wrapper{align-items:center;background:#fff;border-top-left-radius:4px;border-top-right-radius:4px;box-sizing:border-box;display:flex;gap:10px;height:88px;justify-content:center;margin:0 auto;opacity:1;padding:32px 24px;width:300px}.crops-card__title{color:#000;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:100%;margin:0;text-align:center;width:100%}@media (max-width:768px){.crops-card{max-width:348px;width:100%}.crops-card__text-wrapper{max-width:300px;width:calc(100% - 48px)}}