body ,html {
    font-family: 'raleway', sans-serif;
    background: #fff !important;
    margin:0;
}
.all {
    background: transparent url(../image/CapreseChickenStuffedPeppers.png) 0% 0% no-repeat padding-box !important;
    background-size: 100% ;
    margin-top: -4%;
}

.Recipes .title p:nth-child(4) span {
    display: inline-block;
    width: 42%;
    box-sizing: border-box;
}

.Recipes .title p:nth-child(4) {

    margin-top: 0%;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width:  1219px){
    .all{background-size: 100% !important;}
}
@media (min-width: 320px) and (max-width: 499px) {
    .all {
        background-size: 218% !important;
    }
}

@media (min-width : 980px) and (max-width : 1219px) {
    .all {

        background-size: 118% !important;
    }
}

@media (min-width : 768px) and (max-width : 997px) {

    .all {

        background-size: 140% !important;
    }
}

@media (min-width : 620px) and (max-width : 767px) {

    .all {

        background-size: 160% !important;
    }
}

@media (min-width : 500px) and (max-width : 619px) {

    .all {
        background-size: 217% !important;
    }
}

@media (min-width : 320px) and (max-width : 499px) {

    .all {
        background-size: 252% !important;
}}