 /* Custom, iPhone Retina */
 
 @media only screen and (min-width: 320px) {
     .content-lg-n {
         padding-top: 10px;
     }
	 
	  .content-lg-n1 {
         padding-top: 10px;
     }
 }
 /* Extra Small Devices, Phones */
 
 @media only screen and (min-width: 480px) {}
 /* Small Devices, Tablets */
 
 @media only screen and (min-width: 768px) {}
 /* Medium Devices, Desktops */
 
 @media only screen and (min-width: 992px) {
     .content-lg-n {
         padding-top: 180px;
     }
     .content-lg-system {
         margin-top: 130px;
     }

     
    .pncfcourse {border-bottom: none!important;}
 }
 /* Large Devices, Wide Screens */
 
 @media only screen and (min-width: 1200px) {
     .content-lg-n {
         padding-top: 190px;
     }
     .content-lg-system {
         margin-top: 130px;
     }

     
    .pncfcourse {border-bottom: none!important;}
 }