.boxes-with-content__container{grid-row-gap:30px;grid-column-gap:30px;display:grid;grid-template-columns:1fr 1fr}.boxes-with-content__box{grid-row-gap:30px;background-color:#1b74ad;border-radius:5px;display:flex;flex-direction:column;padding:30px}.boxes-with-content__text{color:#fff;font-weight:300}.boxes-with-content__content p:last-child{margin-bottom:0}@media screen and (max-width:767px){.boxes-with-content__container{grid-template-columns:1fr}.boxes-with-content__box{padding:15px}}