@charset "UTF-8"; /* company */ @import url(../settings.less); /*================================================*/ p.huge { margin-bottom: 20px; font-size: 1.8rem; } .texts_cont { p.center { margin-top: 50px !important; @media screen and ( max-width: @break-max-width ) { margin-top: 20px !important; } } } @media screen and ( max-width: @break-max-width ) { .image_cont { p.pic { text-align: center; img { width: 60%; } } } } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }