.colored-grid{display:grid;grid-template-columns:20px auto;column-gap:30px}
.colored-item-text{border-top:1px #dbdee2 solid;padding:15px 0}
.colored-item-text:last-child{border-bottom:1px #dbdee2 solid}
.colored-item-text h4{color:#03234b;font-size:24px;padding-bottom:5px;font-family:Arial;font-weight:bold}
.colored-item-text p{color:#525a63;font-size:21px;padding-bottom:0}
@media(min-width:640px) and (max-width:1024px){.colored-item-text h4{font-size:21px}
.colored-item-text p{font-size:17px}
}
@media(max-width:641px){.colored-item-text h4{font-size:21px}
.colored-item-text p{font-size:17px}
}