.container-mkt-support {
    width: 80%;
    height: 80px;
    margin: 0 auto;
}

@media only screen and (max-width: 375px) {
    .container-mkt-support {
        width: 100%;
    }
}

.bg-mkt-support {
    width: 150%;
    height: 180px;
    background-color: #EB1C22;
    border-radius: 100%;
    top: -160%;
    left: -25%;
    right: 0;
    position: relative;
    z-index: -1;
}

.container-recommended-recipes {
    width: 100%;
    height: 320px;
    margin: 0 auto;
}

.bg-recommended-recipes {
    width: 150%;
    height: 670px;
    background-color: #F6F0E8;
    border-radius: 100%;
    top: -145%;
    left: -25%;
    right: 0;
    position: relative;
}

.container-rec-recipes {
    width: 80%;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.bg-rec-recipes {
    width: 150%;
    height: 180px;
    background-color: #F6F0E8;
    border-radius: 100%;
    top: -160%;
    left: -25%;
    right: 0;
    position: relative;
    z-index: -1;
}