github.com/outbrain/consul@v1.4.5/website/source/assets/stylesheets/consul-connect/components/_cta-section.scss (about) 1 .g-cta-section.g-section { 2 align-items: center; 3 background: $consul-red; 4 display: flex; 5 justify-content: center; 6 padding-left: 15px; 7 padding-right: 15px; 8 position: relative; 9 text-align: center; 10 11 &:after { 12 content: ""; 13 background: url("/assets/images/consul-connect/mesh.svg") top center; 14 background-size: cover; 15 position: absolute; 16 top: 0; 17 right: 0; 18 bottom: 0; 19 left: 0; 20 opacity: 0.2; 21 transform: scale(1.3, 1.3); 22 } 23 24 & > div { 25 z-index: 1; 26 } 27 28 h2 { 29 color: $white; 30 margin-top: 0; 31 } 32 33 .g-btn + .g-btn { 34 margin-left: 18px; 35 } 36 }