 .press
 {
 border-bottom: 1px solid #BFBDB3;
    /*float: left;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
    /*width: 100%;*/
}

.achieve
{
	/*width:650px;
	float: left;*/
}


.achieveImg
{
	max-width:300px;
	height:300px;
	margin:0px 0 0 40px;
	text-align: center;
	background-color: white;
	/*padding:30px 20px;*/
	box-shadow: 0 0 15px #B7B5AE;
	

}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    
}

.press img
{
	 vertical-align: middle;	
	 max-height: 300px;
    max-width: 300px;
	
}
.lefttext
{
	 
    left: 10%;
    top: 50px;

}
.lefttext h2
{
	color: #F4EBEB
}

/*******Media Queries Below******/

@media (max-width:767px) { 


.achieveImg
{
	max-width:200px!important;
	height:200px!important;
	margin:0px 0 0 20px!important;
	
} 

.press img
{
	width:150px!important;
	height:150px!important;

}

}
