.about {
    margin: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

#services {
    height: 100vh;
    padding: 6rem;
}

.service-header {
    font-size: 3rem;
    text-align: center;
}

.service-what {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;

}

.accordion-button {
    font-size: 2rem;
}

.accordion-body {
    font-size: 2rem;
}

.service-who {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
}

.goal-title {
    font-size: 3rem;
    ;
    width: 300px;
    align-self: center;
}

.who-title {
    font-size: 3rem;
    ;
    width: 300px;
    align-self: center;
}

.goal-body {
    width: 600px;
    font-size: 2rem;
    color: #00000090;
}

.who-body {
    width: 600px;
    font-size: 2rem;
    color: #00000090;
}

.accordion-button {
    font-weight: 600;
}

@media (min-width:1345px) {
    .service-what {
        border-right: 1px solid #00000040;
    }
}
@media (max-width:449px) {
	#services{
		padding:4px;
	}
	.who-body{
		width:300px;
	}
	.goal-body{
		width:300px;
	}
}
