.page h1.page-heading {
    display:none;
}
.kosher {
    text-align: left;
    width: 100%;
    padding-left:10%;
    padding-right: 10%;
}
.kosher h1 {
    font-size: 35px;
    color: #9E5E2B;
    font-weight: bold;
}
.kosher h2 {
    font-size: 28px;
    color: #9E5E2B;
    font-weight: bold;
}
.kosher p {
    font-size: 20px;
    color: #3F2021;
    text-align: left;
}
.kosher img {
    float: right;
    width: 20%;
    margin: 0 0 15px 20px;
    padding: 15px;
    border: 1px solid black;
    text-align: center;
}
@media screen and (max-width:1366px) {
    .kosher h1 {
        font-size: 2.5vw;
    }
    .kosher h2 {
        font-size: 2vw;
    }
    .kosher h3 {
        font-size: 1.75vw;
    }
    .kosher p {
        font-size: 1.5vw;
    }
}
@media screen and (max-width:960px) {
    .kosher h1 {
        font-size: 3vw;
    }
    .kosher h2 {
        font-size: 2.5vw;
    }
    .kosher h3 {
        font-size: 2.25vw;
    }
    .kosher p {
        font-size: 1.8vw;
    }
}
@media screen and (max-width:630px) {
    .kosher h1 {
        font-size: 4.5vw;
    }
    .kosher h2 {
        font-size: 3.75vw;
    }
    .kosher h3 {
        font-size: 3.25vw;
    }
    .kosher p {
        font-size: 2.8vw;
    }
}
@media screen and (max-width:550px) {
    .kosher img {
        width: 52%;
        margin-left: 24%;
        margin-right: 24%;
        margin-bottom: 5%;
        float: none;
    }
}
@media screen and (max-width:430px) {
    .kosher h1 {
        font-size: 6.5vw;
    }
    .kosher h2 {
        font-size: 5.5vw;
    }
    .kosher h3 {
        font-size: 4.75vw;
    }
    .kosher p {
        font-size: 3.8vw;
    }
}