/*made by @razenkellesly*/



	:root{

        --main:#cea052 ;
		--second:#cea052  ;
        --third:#007195 ;
    }


    @media  only screen and(max-width: 768px) { 

        [class*="col-"] {
            opacity:0.2 !important
          }
      }
      
   
   
 