#description { width:100%; @include display-flex; flex-direction:row; @include padding(2em); column-gap:20px; border-width:.5em 0 0; border-style:solid; align-items:center; justify-content:center; border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3; background-color:rgb(41, 0, 138) !important; background:linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)); .tile { border-left:7px solid $gray-500; width:20em; @include padding-left(1.4em); @include padding-right(1.4em); @include padding-bottom(2em); background-color:rgba(0,0,0,0.9); & .content { margin:0 auto; max-width:280px; & p { margin:0 auto; } } } }