/* section.universal_sec {
    background: linear-gradient(180deg, #428c9c52, #428c9c52),
        url(../img/statementoffaith/statemenfaithbg.webp) no-repeat;
    background-size: cover;
} */
.state_faith_content h2 {
    color: #ff6d12;
    font-family: "roboto_b", Sans-serif !important;
    font-size: 36px !important;
}
.state_faith_content ul {
    list-style: auto;
    padding-left: 1rem;
}
.state_faith_content .para_txt {
    font-family: "roboto_r", Sans-serif !important;
    font-weight: 500;
    /* margin: 0px 0px -20px 0px; */
    font-size: 18px;
    line-height: 34px;
    color: #88858e;
}
section.state_faith_sec {
    padding: 4rem 0;
}
@media (max-width: 1199px) {
    .state_faith_content h2 {
        font-size: 40px !important;
    }
}
@media (max-width:680px){
    .state_faith_content h2 {
        font-size: 33px !important;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .state_faith_sec .col-md-6 {
        width: unset !important;
        max-width: unset !important;
        flex: unset !important;
    }
}
.universal_contents {
    background-color: #1B252F;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.universal_contents h1 {
    /* color: #fff;
    font-family: "roboto_m", Sans-serif;
    font-size: 50px; */
    color: #FBFBFB;
    font-family: "Archivo", Sans-serif;
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}