
/* custom page sec styling */
.custom_page .title {text-align: center;margin-bottom: 65px;}
.custom_page .title > h2 {color: #282828;font-size: 36px;font-weight: 600;margin-bottom: 11px;}
.custom_page .title > p {color: #282828;font-size: 18px;}
.custom_page .wrapper > h3 {color: #282828;font-weight: 600;font-size: 24px;margin-bottom: 22px;text-align: left !important;}
.custom_page .wrapper > h2 {color: #282828;margin-bottom: 22px;text-align: left !important;}
.custom_page .wrapper > p {color: #282828;line-height: 24px;margin-bottom: 45px;text-align: left !important;}
.custom_page .wrapper > ul {margin-bottom: 20px;padding-left: 1rem;}
.custom_page .wrapper > ul li {margin-bottom: 8px;text-align: left !important;list-style-type: disc;color: #282828;}
.custom_page .wrapper a {color: #0e7a2f;font-weight: 500;}
@media only screen and (max-width:991px) {
    /* custom page sec */
    .custom_page .title {margin-bottom: 35px;}
    .custom_page .title > h2 {font-size: 30px;}
    .custom_page .title > p {font-size: 16px;}
}
@media only screen and (max-width:575px) {
    /* custom page sec */
    .custom_page .title > h2 {font-size: 26px;}
    .custom_page .wrapper > p {margin-bottom: 25px;}
}