.c-objectives-rieh {
    display: flex;
    align-items: center;
    margin: 40px 0;
    gap: 40px;
    width: calc(100% - 32px);
    max-width: 1240px;
}

.c-objectives-rieh__img {
    max-width: 650px;
    width: 100%;
    height: 565px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 16px;
    box-shadow: 0px 7px 16px 0px rgba(199, 199, 199, 0.24);
}

.c-objectives-rieh__content__tag {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(255, 204, 51, 0.30);
    color: var(--dash-10, #051838);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Glacial Indifference";
    font-size: 16px;
    font-style: normal;
    width: max-content;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.28px;
    margin-bottom: 32px;
}

.c-objectives-rieh__content__text {
    color: var(--dash-10, #051838);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.c-objectives-rieh__content__text+.c-objectives-rieh__content__text {
    margin-top: 48px;
}

@media (max-width: 1000px) {

    .c-objectives-rieh {
        flex-direction: column;
        width: 100%;
    }

    .c-objectives-rieh__content {
        padding: 0 16px;
    }
}

@media (max-width:550px) {

    .c-objectives-rieh__img {
        max-height: 325.962px;
    }

    .c-objectives-rieh__content__tag {
        font-size: 14px;
    }

    .c-objectives-rieh__content__text {
        font-size: 18px;
    }

    .c-objectives-rieh__content__text+.c-objectives-rieh__content__text {
        margin-top: 30px;
    }

}