.ctaCAll {background-color: #ecc216; position:relative; padding: 15px 0; width: 100%;}
.ctaCAll .inner {display: flex; justify-content:center; min-height: 50px; gap: 20px;}
.ctaCAll .content {display: flex; flex-direction: column;align-items: center; justify-content: center; text-transform: uppercase; font-size; 24px; font-weight: 800;}

@media (max-width: 875px){
  .ctaCAll .inner {flex-direction: column; align-items: center; text-align: center;} 
}