@charset "utf-8"; @import "../initial"; .layout-content { min-height: 37.5em; .container { @extend .response-container; padding: 0; } } .topicon{ color: #000080; background-color: #ffffff87; padding: 4em 6em; @media only screen and (min-width: 769px) and (max-width: 1024px){ padding: 3em 4em; } @media only screen and (min-width: $screen-xs) and (max-width: 768px){ padding: 1em 2em; } @media(max-width: $screen-xs){ padding: 4em 9em; } } .middlebox{ .w-annc__widget-title{ span{ border-left: 4px solid #288e8e; padding-left: 0.3em; } } } .rightpart{ .w-ba-banner{ border: 5px solid #d6d6d2; img{ padding:0!important; margin: 0!important; } } .w-ba-banner:nth-child(2n){ border-top: 0!important; } .w-ba-banner:nth-child(3n){ border-top: 0!important; } @media(min-width:768px){ padding-right: 0; } } .pagecontent{ background: #fff; } .topiconwraper{ background: none!important; .four-column{ padding: 0; } } .row{ background-color: #fff; } .clearfix{ margin-bottom: 1em; }