section[data-cattype="405"].wrapper_middle{
    padding: 30px 0px 60px 0px;
}

[data-cattype="405"] .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

[data-cattype="405"] .flex img {
    
}


/* Ipad screen size */
@media (max-width: 768px) {
    
    img {
	width: 100%;
    }    
   
}


/* Mobile screen size */
@media (max-width: 480px) {
    
    section[data-cattype="405"].wrapper_middle{
    padding: 30px 0px 30px 0px;
    }
    
    [data-cattype="405"] h2{
        text-align: center;
    } 
    
    [data-cattype="405"] p{
        text-align: justify;
    } 
      
}