
.header-size-1{
    font-size: 2.5em;
}

.header-size-2{
    font-size: .8em;
}

.text-theme-slide{
    color:  rgb(39, 54, 121);

}

.d-flex-2-col{
    display: flex;
    flex-direction: row;
}

.col-2-row{
    width:50%;
    display: inline-block;
}

.fs-custom-18{
    font-size: 24px;
}

@media (max-width: 480px) {
    .header-size-1{
        font-size: 2em;
    }
}

@media (max-width: 780px) {
 

    .article-section.responsive-slide-down{
        flex-direction: column !important;
    }

    .article-section.responsive-slide-down img.article-section-bg{
        width: fit-content !important;
    }

    .article-section.responsive-slide-down .content{
        position: relative  !important;
    }

    .article-section.responsive-slide-down{
        background-color: rgb(39, 54, 121);
    }

    .article-section.responsive-slide-down .text-theme-slide{
        color: #fff !important;
    }

    .d-flex-2-col{
        display: flex;
        flex-direction: column;
    }

    
    .col-2-row{
        width: 100%;
        display: block;
    }
}