section.success{
    background: url(../img/fruits.jpg) no-repeat center center;
    background-size: cover;
    filter: contrast(100%);
}


.home {
        width: 95%;
        padding-top:25%;
    }

@media only screen and (min-width: 768px) {
    .home {
        width: 50%;
        padding-top:0%;
    }
}


p1 {
    padding-top: 10px;
    font-family: Rancho;
    font-size: 50px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none ;

}
