.m-design-cards{display:grid;gap:4rem 3.89%;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media screen and (max-width:767px){.m-design-cards{row-gap:30px}}.m-design-cards .item{border-radius:8px;padding:3rem;word-break:break-word}@media screen and (max-width:767px){.m-design-cards .item{padding:2rem}}.m-design-cards .title{font-size:2.2rem;font-weight:700;margin:0}@media screen and (max-width:767px){.m-design-cards .title{font-size:1.8rem}}.m-design-cards .text{margin-top:1.2rem}.m-design-cards ul ::marker{color:#b74271}.m-design-cards.-type1 .item{background-color:#f8f8f8;border-left:4px solid #b74271}.m-design-cards.-type2 .item{background-color:#fff;border:1px solid rgba(0,0,0,.05);border-top:4px solid #b74271;box-shadow:0 10px 30px rgba(0,0,0,.05)}.m-design-cards.-type2 .title{color:#b74271}.m-design-cards.-type2 .title:after{background-color:currentColor;border-radius:2px;content:"";display:block;height:3px;margin-top:1rem;opacity:.2;width:4rem}