 .green-bg {
    background: #0D6300 !important;
}

 .green-bg h2, .green-bg h3, .green-bg p, .green-bg a  {
    color: #ffffff !important;
}

 .blue-bg {
    background: #0173c9 !important;
}

 .blue-bg h2, .blue-bg h3, .blue-bg p, .blue-bg a  {
    color: #ffffff !important;
}

.active-btn {
    pointer-events: none !important;
}

.banner-color-white {
    color: #ffffff !important;    
}

.contact-card {
    background: #0D6300;
    border-radius: 0px !important;
}

.contact-card h2, .contact-card h3, .contact-card h4, .contact-card p, .contact-card a {
    color: #FFFFFF!important;
}

.contact-icon svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
}

.contact-icon {
    border-top: 3px dashed #ffffff;
    border-right: 5px dashed #ffffff;
    border-bottom: 5px solid #ffffff;
    border-left: 4px solid #ffffff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.article-body h2 {
   
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #262626;
}
@media screen and (max-width: 1030px) {
    .user-logged-out .inner-content-div {
    max-width: 100%;
    padding: 0px 10px 0px!important;
}
}
@media screen and (max-width: 940px){

    .main-blog-banner img {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/blog m.webp");
}

}
@media screen and (max-width: 940px) {
    .banner-color-white {
        color: #262626 !important;
    }
}