
       /*ex-oc-3-4-4*/


section{
    display:grid;
    grid-template-columns: 30% 50% 70%;

}

.box {
    height: 150px;
}
