.section-goal{
    display: flex;
    align-items: center;
}
.goal-header{
    min-height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.667),rgba(0, 0, 0, 0.623)),url(../assets/img/Vision\,\ mission\ and\ goals.png);
    background-size: cover;
    position: relative;
}

.container-logo-data{
        display: flex;
        height: 20rem;
        align-items: center;
}
.goal-details{
    direction: ltr !important;
}
.details-p{
    line-height: 1.2;
    padding-left: 1rem;
    direction: rtl;
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
    .text-tittle-goal{
        font-size: 36px !important;
    }
}