/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .post-content > .container {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 15px;
    width: 100% !important;
}

.post-content > p {
    margin-top: 15px !important;
}

 .btn:hover {
    color: #fff !important;
}

body .submission_content_box p {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.popup_colc h3 {
    color: #333333 !important;
    font-size: 1.17em !important;
}

.hidden {
    display: none;
}

#main h2 {
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0px !important;
    font-style: normal !important;
    color: #333 !important;
    font-size: 1.6em !important;
}

#main .add_new_organization_popup + h2.main_page_title {
    font-size: 24px !important;
    color: #0962CB !important;
    text-align: center !important;
}

.submission_content_box .text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
/* .main_page_title */