.content-comming-soon { height: auto; margin: auto; position: relative; width: 100%; box-sizing: border-box; text-align: center; font-size: 15px; line-height: 1.6; } #comming-soon { position: absolute; background-color: red; display: flex; } .comming-soon-wrapper { text-align: center; padding: 0px; display: inline-block; color:black; width: 100px; border-radius: 50%; background-color: lightblue; height: 100px; box-sizing: border-box; margin: 10px; font-size: 15px; } .comming-soon-time { color:black; font-weight: 100; font-size: 44px; line-height: 64px; box-sizing: border-box; text-align: center; } .comming-soon-date { color: #787873; line-height: 14px; display: block; font-size: 16px; box-sizing: border-box; text-align: center; }