.main.about{ .section{ padding-bottom: 80px; .content{ position: relative; .block{ margin-bottom: 30px; .title{ position: relative; font-size: 18px; font-weight: bold; color: map-get($cisColor, second); padding-left: 25px; &::before{ position: absolute; content: '■'; color: map-get($cisColor, master); left: 2px; top:-2px; } } .desc{ line-height: 30px; } ul li{ list-style-type:circle; } } } } } /* ============================================== media ============================================ */ @media (max-width: 992px) { } @media (max-width: 768px) { } @media (max-width: 480px) { }