.vorteile-cards{padding:112px 0}.vorteile-cards__head{justify-content:space-between;align-items:flex-end;margin-bottom:80px;display:flex}.vorteile-cards__head .section-title,.vorteile-cards__head .section-desc{max-width:616px}.vorteile-cards__list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:278px;gap:20px;display:grid}.vorteile-card{background:#fff;border:1px solid #dadee9;border-radius:20px;flex-direction:column;flex:250px;align-items:flex-start;gap:16px;padding:40px 20px;display:flex}.vorteile-card__icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.vorteile-card__title{color:var(--text-darkblue);font-size:20px;font-weight:700;line-height:140%}.vorteile-card__info{color:#11213de6;font-size:16px;font-weight:400;line-height:150%}@media screen and (width<=1080px){.vorteile-cards{padding:40px 0}.vorteile-cards__head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:35px}.vorteile-cards__head .section-desc{max-width:initial}}@media screen and (width<=768px){.vorteile-card{gap:12px;padding:30px 10px}}