/* teaser quotation */

@font-face {
    font-family: "New Century Schoolbook LT W01Rm";
    src: url("../fonts/5609177/c6f622bb-e3f7-472a-a0f7-a7d93c0a6db0.woff2") format("woff2"), 
         url("../fonts/5609177/325dc276-c51e-4625-b8f8-a4cd50a12c1e.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New Century Schoolbook LT W01It";
    src: url("../fonts/5609220/f9a4e38d-d3d6-4165-a30d-a5e38c51d2e0.woff2") format("woff2"), 
         url("../fonts/5609220/06227557-c058-403e-bf1a-509745230c5b.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New Century Schoolbook LT W01Bd";
    src: url("../fonts/5609234/df977b92-5991-47a0-9fa5-d956e30349da.woff2") format("woff2"), 
         url("../fonts/5609234/7b5cd46b-8812-4040-a4b4-ac63bf0f6910.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "ITC Century W01 Book Cond It";
    src: url("../fonts/1488668/9529d50f-b620-45c8-997b-a90fc5d7cedd.woff2") format("woff2"), 
         url("../fonts/1488668/e2c421fe-80f8-4360-9194-f5ec3fefb788.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.pr-teaser-quotation {
    max-width: 1020px;
    text-align: center;
    padding: 0 60px;
    margin: 0 auto 150px;
}

.pr-quotation-text {
    font-size: 36px;
    line-height: 40px;
    color: var(--accent);
    margin-bottom: 35px;
}

.pr-teaser-quotation img {
    width: 100px;
    height: 100px;
    border: 1px solid #706d42;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 5px;
}

.pr-teaser-quotation p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .pr-teaser-quotation {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .pr-teaser-quotation {
        padding: 0 15px;
        margin-bottom: 90px;
    }
    
    .pr-quotation-text {
        font-size: 30px;
        line-height: 36px;
    }
    
    .pr-teaser-quotation img {
        width: 132px;
        height: 132px;
        padding: 6px;
        margin-bottom: 15px;
    }
}