.three-card--flex{display:flex;align-items:stretch;grid-gap:32px;flex-wrap:wrap;}
.three-card_inner{flex:0 0 calc(100%/3 - 22px);padding:24px;border-radius:8px;}
.three-card_icon img{display:block;width:100%;height:auto;}
.three-card_icon{height:48px;width:48px;margin-bottom:16px;}
.three-card_heading{margin-bottom:8px;}
.three-card_description>*:last-child,.three-card_top_content>*:last-child{margin-bottom:0;}
.three-card_top_content{margin:0 auto 50px; max-width:1000px; }
.three-card_description>*{color:#8D8D8D;}
.three-card_description p {
    font-size: 18px; 
}
@media(max-width:1024px){
.three-card_inner{flex:0 0 calc(100%/2 - 16px)
}