/*pge*/
.itdc{display: flex; flex-wrap: nowrap; align-items: flex-start; }
.itdc .cvr{ width: 30%;}
.itdc .fnt{ font-size: 16px; line-height: 180%; width: 60%; padding-left: 5%; text-align: justify;}
.itdc .cvr img{ max-width: 100%;}
.str-itr{ font-size: 16px; margin-bottom: 5%; line-height: 200%;}
@media screen and (max-width: 1024px) {
.itdc .fnt{ font-size: 16px; }
}
@media screen and (max-width: 600px) {
 .itdc{ display: block;}
 .itdc .cvr{ width: 100%; margin-bottom: 3%;}
 .itdc .fnt{ width: 100%; padding-left: 0;}
 
}