$blog-border-color: #ececec; .#{$prefix}-latest-post-content { &:after { content: "\f0d7"; font-family: fontAwesome; font-size: 6rem; position: absolute; line-height: 0; bottom: -5px; margin: auto; left: 50%; transform: translate(-50%, 0); color: $color_white; } } .#{$prefix}-change-order { display: flex; flex-wrap: wrap; padding: 0; border: 1px solid $blog-border-color; &:nth-child(2) { .#{$prefix}-latest-post-content { order: 2; &:after { content: "\f0d8"; bottom: auto; top: -15px; } } .#{$prefix}-latest-post-image { order: 1; } } } .entry-content-wrapper { padding: 1.5rem; box-shadow: 0 0 8px #bbbbbb; p { color: #9a9a9a; font-size: 15px; } }