.section__chef--wrapper {
    display: flex;
    justify-content: space-between;
}

.section__chef--left {
    max-width: 384px;
    width: 100%;
}

.section__chef--left--video--or--image {
    width: 100%;
}

.section__chef--left--video--or--image video,
.section__chef--left--video--or--image img {
    width: 100%;
    height: 575px;
    object-fit: cover;
}

.section__chef--right {
    max-width: 698px;
    width: 100%;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.section__chef--right--content--title h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
}

.section__chef--right--content--description p {
    font-family: 'Nunito';
    margin-top: 0;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
}

.section__chef--right--content--description p:last-child {
    margin-bottom: 0;
}

.section__chef--right--content--title {
    margin-bottom: 30px;
}

.section__chef {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (min-width: 1441px) {

    .section__chef--left--video--or--image video,
    .section__chef--left--video--or--image img {
        height: 39.9305556vw;
    }

    .section__chef--right {
        max-width: 48.4722222vw;
    }

    .section__chef--left {
        max-width: 26.6666667vw;
    }

    .section__chef--right--content--description p {
        /* font-size: 1.18vw; */
        /* line-height: 1.76; */
    }
}

@media (max-width: 767.96px) {
    .section__chef--wrapper {
        flex-direction: column-reverse;
    }

    .section__chef--right {
        max-width: 100%;
        margin-left: 0;
    }

    .section__chef--left--video--or--image video,
    .section__chef--left--video--or--image img {
        height: 529px;
    }

    .section__chef--left {
        margin-top: 60px;
        max-width: 100%;
    }

    .section__chef {
        margin-top: 80px;
        margin-bottom: 0px;
    }
}