.prfTitle { height:200px; font-size:24pt; font-weight:bold; display: flex; justify-content: center; align-items: center; }
 .prfTitleCont{border-radius:30px 30px 0 0; background-repeat:no-repeat; background-size:cover; background-image:url(imgs/bg_profile.png); }
 .prfWhiteRad { background-color:#FFF; height:30px;  border-radius:30px 30px 0 0; }
 .prfRealState  { margin:50px 0;  display: flex;  justify-content: center;  align-items: center;}
.prfRealState img{ max-width:400px; width:80vw;}
.prfContIns { width:1000px;  padding:20px; margin:0 auto 0 auto }
.prfServTxt2B { width:1000px; margin:auto; padding:0 20px; }
.prfServices  {	background-repeat:no-repeat; background-size:cover; background-image:url(imgs/prf_bg_services.png); background-position:center; min-height:400px; }
.prfTargets  {background-repeat:no-repeat; background-size:cover; background-image:url(imgs/prf_bg_targets.png); min-height:400px; }
.prfIconTitle { display:none;}
.prfQuote { font-style:italic; margin:20px 0; font-weight:bold; font-size:14pt; text-align:center}
.prfSubtitle { font-size:14pt; font-weight:bold; margin-top:40px;}
.prf4Imgs {  background-repeat:no-repeat;  background-image:url(imgs/bg_profile_img.svg);background-position:center; }
.prfFlx4Imgs { display:flex;justify-content:center; }
.prfImg1 {margin: 30px 40px 0 30px}
.prfImg2 {margin: 50px 0 40px 40px}
.horLineGreyProf { margin:20px 0; border-bottom:#ebebeb 1px solid; }
@media all and (max-width: 1350px) {.prfServices, .prfTargets  { background-image:none;} 
}
@media all and (max-width: 1180px) {.prfFlx4Imgs	 {flex-direction:column; align-items:center;}   .prfFlx4Imgs img { width:80vw; margin:20px auto; max-width:618px }
}
@media all and (max-width: 1000px) { .prfContIns, .prfServTxt2B { width:100%;   }
}
@media all and (max-width: 768px) {
   .prfContIns { width:100%;}
   .prfServTxt2B  { width:100%; padding:20px; background-image:url(imgs/bg_service_mob.png); background-position:bottom; background-size:100% }
   .prfIconTitle { display:block; text-align:center}
	.prfSubtitle {   margin-top:10px;}
	.horLineGreyProf { display:none; }
}