.policy-container {
    max-width: 1200px;
    margin: 0 auto;
        padding: 50px 20px;
  
}

section.policy h2 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
        padding-bottom: 10px;
    
}
section.policy h3 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    line-height: 45.6px;
    padding-top: 30px;
}
section.policy p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.9599999785423279px;
}

@media screen and (max-width: 1024px) {
    .page-template-policy-page .banner-main .heading h1 {
        font-size: 30px;
        line-height: 32px;
    }
     section.policy h2 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.6px;
    padding-bottom: 10px;
    
}
section.policy h3 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.6px;
    padding-top: 30px;

}
}

@media screen and (max-width: 767px) {
    section.policy h2 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    line-height: 35.6px;
    padding-bottom: 10px;
    text-align: center;
}
section.policy h3 {
    margin-top: 0;
    color: #333333 !important;
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.6px;
    padding-top: 30px;
    text-align: center;
}
section.policy p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.9599999785423279px;
    text-align: center;
}
}