.esg-goal-section {
    padding-top: 20px;
    padding-bottom: 120px;
}

.esg-goal-section .esg-goal-title {
    margin-bottom: 65px;
    color: var(--global--color-cristal-blue);
}

.esg-goal-section .esg-goal-content {
    max-width: 903px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--global--color-black);
    text-transform: capitalize;
}

.esg-goal-section .esg-goal-wrapper.has-image .esg-goal-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.esg-goal-section .esg-goal-wrapper {
    position: relative;
}

.esg-goal-section .esg-goal-image img {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .esg-goal-section {
        padding-bottom: 60px;
        padding-top: 0;
    }

    .esg-goal-section .esg-goal-title {
        margin-bottom: 40px;
    }

    .esg-goal-section .esg-goal-wrapper.has-image .esg-goal-text {
        width: 100%;
        transform: translateY(-47%);
    }

    .esg-goal-section .esg-goal-wrapper.has-image .esg-goal-content {
        max-width: 315px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 26px;
        text-align: center;
        text-transform: initial;
    }
}
