#about{ $main-color: rgb(236, 94, 92); $second-color: white; h2,h3{ text-transform: uppercase; } .flex-content-white{ display: flex; @media only screen and (max-width: 768px) { flex-direction: column; } >div{ padding: 4.2em 4.7em; text-align: center; margin: 0 3em 3em 0; background: white; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11); display: flex; flex-direction: column; justify-content: space-between; } >div:first-child{ width: 60%; } >div:last-child{ width: 35%; @media only screen and (max-width: 768px) { width: 60%; } } } .main-cta{ background: $second-color none repeat scroll 0% 0%; border: 1px solid $main-color; border-radius: 55px; color: $main-color; cursor: pointer; font-weight: bold; text-transform: uppercase; width: 25%; font-size: 1rem; } .main-cta:hover{ background: $main-color none repeat scroll 0% 0%; border : 1px solid $second-color; color: $second-color; } }