.coaching-educacional {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
}

.coaching-educacional span {
    color: #A175AA;
}

.coaching-educacional p {
    color: gray;
    line-height: 25px;
    padding-top: 20px;
}


.coaching-educacional img {
    border-radius: 20px;
}


/* SECTION COACHING EDUCACIONAL */

.pra-quem {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
}


.pra-quem span {
    color: rgb(77, 77, 77);
}

.pra-quem p {
    color: gray;
    padding-top: 20px;
    line-height: 25px;
}


/*SECTION BENEFICIOS COACHING EDUCACIONAL */


.beneficios-coaching {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
}

.beneficios-coaching p {
    color: gray;
    line-height: 25px;
    padding-top: 20px;
}

.beneficios-coaching span {
    color: rgb(77, 77, 77);
}