.aboutCrativeDirector h1 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    margin-top: 44px;
	text-transform:uppercase;
}
.aboutCrativeDirector h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'RecklessNeue-ThinItalic';
}
.urdu {
    margin-top: 30px;   
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: var(--heading-font-family);
}
.coupletwritername {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
	line-height:20px;
}
.cdparagraphs div, .aboutCDContent div {
    margin-top: 16px;
    font-size: 16px;
    color: #5D6064; 
    line-height:24px;	
}
.aboutCDRight {
    margin: 32px 0px;
}
.highlightedContent p {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}
.highlightedContent p a {
    text-decoration: underline;
    color: #000;
    transition: all 0.3s ease;
}
.highlightedContent p a:hover{
	color:#5D6064;
	text-decoration: none;
}
 .helpUpMissionSec {
    margin-top: 100px;
    background: #F6F6F6 !important;
}
.cdparagraphs {
        margin-top: 36px;
    }
	.aboutCDWrapper{
	 flex-wrap:wrap;
}		
 .aboutCDLeft {
	width: 100%;
	padding-right: 0px;
}	
 .aboutCDRight {
	margin: 20px 0px 50px;
	width: 100%;
}	

@media(min-width:768px)
{
	.aboutCDWrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.aboutCDLeft {
      width: 60%;
	  padding-right: 30px;
   }
   .aboutCDRight {   
     width: 40%;
   }
   .aboutCDRight {
    margin: 50px 0px 70px;
  }
  .highlightedContent p {   
    margin-bottom: 40px;
 }	
}
@media(min-width:1200px)
{
	 .aboutCDLeft {
      width: calc(100% - 451px);
	  padding-right: 114px;
   }
  	.aboutCDRight {   
     width: 451px;
   } 
   .aboutCrativeDirector h1 {
     font-size: 50px;  
     line-height: 67px;
	 margin-top:0px;
   }
   .aboutCrativeDirector h2 {
    font-size: 28px;  
    line-height: 37px;
   }
   .urdu {
    margin-top: 60px;
    font-size: 24px;
    line-height: 30px;
   }
   .coupletwritername {
    font-size: 16px;    
    margin-top: 20px;
    line-height: 20px;
  }
  .cdparagraphs {
    margin-top:36px;
  }
 .cdparagraphs div { 
    font-size: 18px;   
    line-height: 28px;  
 }
 .aboutCDContent div {
    margin-top: 24px;
    font-size: 18px;   
    line-height: 28px;
}
.highlightedContent p {   
    font-size: 20px;
    line-height: 28px;
}
  
}

/* @media(max-width:767px){
	.aboutCDWrapper{
	 flex-wrap:wrap;
}		
.aboutCDWrapper .aboutCDLeft {
	width: 100%;
	padding-right: 0px;
}	
.aboutCDWrapper .aboutCDRight {
	margin: 50px 0px 70px;
	width: 100%;
}
} */
