.cta { display: grid; grid-template-areas: "title" "text" "button"; justify-items: stretch; background-color: rgb(211, 157, 70); } .cta__banner { border-bottom: solid 1px black; display: flex; align-items: center; justify-content: center; padding: 0.5em 0 1em; } .cta__banner-element { margin-right: 0.2em; } .cta__text { padding: 0 0.5em 0; } .cta__button { }