.fifthSection{
    background: #1D1C1D;
    padding: 49px 49px;
    text-align: center;
}
.containerBlackGoals{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 4%;
}
.titleSectionLabel{
    font-family: var(--bold);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
text-align: center;
color: #FFFFFF;
font-size: clamp(0.8rem, 2.5vw, 2rem);
width: 100%;
display: block;
margin: 0 auto;
}
.containerTextGoal{
    display: flex;
    flex-direction: column;
    margin: 7% auto;
    width: 100%;
}
.containerTextGoal label{
    font-family: var(--bold);
    font-size: clamp(1.5rem, 2.5vw, 4rem);
    line-height: 40px;
    text-align: center;
    color: #8F8BBC;
}
.containerTextGoal p{
font-family: var(--regular);
font-size: 23px;
line-height: 25px;
/* or 119% */
text-align: center;
color: #8F8BBC;
margin-top: 5%;
}
@media screen and (min-width:576px) {
    .containerBlackGoals{
        flex-direction: row;
        justify-content: space-evenly;
    }

    .titleSectionLabel{
    font-size: clamp(0.8rem, 2.5vw, 2rem);
    width: 60%;
    display: block;
    margin: 0 auto;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    }
    .containerTextGoal{
        width: 30%;
    }

}