#tastymonial {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 75px;
}
#tastymonial h2 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 40px;
    display: block;
    font-family: Sequel, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #CB202C;
}
#tastymonial h3 {
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    font-family: Sequel, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #15613B;
}
#tastymonial p {
    font-size: 26px;
    line-height: 1.166666667;
    color: #15613B;
    text-transform: none;
    margin: 50px 0 60px 0;
}
#tastymonial p a {
    color: #CB202C;
}
#tastymonial .disclaimer {
    margin: 1em 0 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    padding: 0 30px;
    color: #15613B;
}
@media only screen and (max-width: 1600px) {
    #tastymonial h2 {
        font-size: 60px;
    }
    #tastymonial h3 {
        font-size: 24px;
    }
    #tastymonial p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px) {
    #tastymonial {
        padding: 0 20px;
    }
    #tastymonial h2 {
        font-size: 50px;
    }
    #tastymonial h3 {
        font-size: 20px;
    }
    #tastymonial p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 520px) {
    #tastymonial h2 {
        font-size: 40px;
    }
    #tastymonial h3 {
        font-size: 18px;
    }
    #tastymonial p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 400px) {
    #tastymonial h2 {
        font-size: 33px;
    }
    #tastymonial h3 {
        font-size: 18px;
    }
    #tastymonial p {
        font-size: 18px;
    }
}