section#PageC{ padding: 100px 40px 70px 40px; }
section#PageC > div.row { padding:60px 80px 0;}
section#PageC h1{ font-weight: bold; text-align: center;}
section#PageC hr{background: #006F53; height: 2px; width:200px;margin-bottom: 50px;}
section#PageC div.Item > h4 { background: #919396; color: rgb(255,255,255); padding: 7px 20px; margin-bottom: 15px; }
section#PageC div.Item > h5{ margin: 20px 0; font-size: 1.8rem; color:#006F53; font-weight: 600;}
section#PageC div.Item > h5 > span{ font-size: 1.2rem; color:#212529; font-weight: 500;}

.pageC_text{padding:0 15px;}
.pageC_text > h3 {margin: 0 0 20px;line-height: 36px;font-weight: 500; border-left: 5px solid  #8CC440;padding-left: 10px;}
.pageC_img{width: 100%;border-radius: 10px;overflow: hidden;}
.pageC_img img{width: 100%;}
.link{color:#1453b1;transition: all .3s linear;}
.link:hover{color:#507ec2;transition: all .3s linear;}

@media(max-width:1440px){
    article{ width:100%; }
}
@media(max-width:1200px){
    section#PageC{ padding: 40px 20px 60px 20px; }
}
@media(max-width:1200px){
    section#PageC > div.row { padding:60px 10px 0;}
    section#PageC div.Item{ padding: 15px;}
}
@media(max-width:767px){
    section#PageC div.row{ padding: 20px 40px;}
    section#PageC div.Item{ padding: 0px; margin-bottom: 50px;}
    section#PageC h1{ font-size: 30px;}
    .pageC_text{padding:0;}
}
@media(max-width:600px){
 
    section#PageC div.Item{ margin-bottom: 30px;}
    .pageC_text > h3 {font-size: 1.4rem;line-height: 30px; }
}
@media(max-width:480px){
    section#PageC div.row{ padding:0 10px 60px;}
}