#messages {
    color:black;
    letter-spacing: 0.5px;
    font-family: "poppins";
    text-align: justify;
    font-size: 14px;
}
.company-detail-description {
    padding-left: 0px;!important
    font-family: poppins;
    font-size: 18px;
}
#company-detail img {
    width: 56%;
    height:340px;
}
section#company-detail {
    padding: 40px 0px;
}
.company-detail-description h2 {
	color: #000080;
}
@media (max-width:425px){
	#company-detail img {
	width: 50%;
    height: 200px;
    margin-left: 90px;
	}
	.company-detail-description h2 {
    font-size:19px;
    text-align: center;
}
}