#fpages { min-height: 400px; .fpage-container { text-align: center; display: flex; flex-wrap: wrap; .fpage-content { position: relative; .wrapper { border-radius: 50%; background: @accent; padding: 40px; height: 250px; width: 250px; h1.title { position: absolute; top: 50px; color: @content; left: 0; right: 0; bottom: 0; } } padding: 15px; } } }