@charset utf-8;

.service-organization {
	margin-top: 3rem;
}

.service-organization img {
	max-width: 18rem;
	
}

.service-organization figure {
	margin-bottom: 2rem;
}

@media screen and (min-width:52.5em){

.service-organization:first-of-type {
	margin-top: 4rem;
}

.service-organization {
	display: flex;
	justify-content: space-between;
}
.service-organization figure {
width: 40%;
}
.service-organization p {
	margin: 0;
}
.service-organization__descriptions {
	    width: 54%;
}
}

