1 .inlay { 2 margin-top: 14%; 3 @include border-radius(4px); 4 padding: 40px 38px 44px; 5 color: #fff; 6 background: $inlayColorBg; 7 text-align: center; 8 9 &__title { 10 margin: 17px 0; 11 padding-bottom: 17px; 12 color: $popoverFontColor; 13 font-size: 21px; 14 letter-spacing: 0.3px; 15 border-bottom: 1px solid $inlayBorderColor; 16 } 17 18 &__text { 19 color: $popoverFontColor; 20 display: block; 21 margin-top: 22px; 22 font-size: 16px; 23 } 24 25 &__icon { 26 margin: 0 10px; 27 font-size: 50px; 28 } 29 30 }