@charset "UTF-8";

/**
 * These styles for tow columns content layouts
 */

 .sec-title{ line-height:1.2em; }
 .sec-txt{ font-size:16px; }
 .sec-txt :last-child{ margin-bottom:0; }
 .sec-txt ul li{ margin-bottom:10px; }
 .fw-400{ font-weight:400; }
 .sec-img img{ display:block; width:100%; margin-bottom:20px; }
 
 @media only screen and (min-width:992px){
		 .two-cols-row{ display:flex; justify-content:space-between; column-gap:40px; }
		 .two-cols-row.img-right{ flex-direction:row-reverse;}
		 
		 .col-txt,
		 .col-img{ width:50%; }
		 .col-txt{ padding:20px 0;}
		 .sec-img{ display:block; }
		 .width-full .sec-img{ width:50vw; }
		 .two-cols-row.img-left .sec-img{ float:right; }

		 .sec-img img{ margin-bottom:0px; }
 
 }