.TextPlace {
    text-align: justify;
}
.OrganizationImg {
	width: 100%;
}
.Content img {
    width: 100% !important;
    height: auto !important;
}
/* Responsive */

@media all and (min-width: 0px) and (max-width: 1025px) {
.Content {
    width: 100%;
    padding: 0px 15px;
}
}
