.first-screen-container { position: relative; box-sizing: border-box; width: 100%; overflow: hidden; background: url("/images/bg.svg") center center / cover no-repeat; .content { position: relative; padding: 30px; width: 80%; height: 80%; .description { font-weight: bold; font-size: 2rem; line-height: 2rem; text-align: center; } .s-icon-list { position: absolute; bottom: $component-interspace; font-size: 1.6rem; left: 50%; transform: translateX(-50%); .s-icon-item { float: left; margin-right: 25px; cursor: pointer; line-height: 2rem; &:last-child { margin-right: 0; } } } } }