/* wp-custom-css */
section.blockchain.white-section {
    background: #f9f9f9 !important;
}
.footer_section {
     margin-top: -1em !important;
}

/* inline */
.slider-header_content h1{
        bottom: 3.6vw;
        position: absolute !important;
        padding-right: 1vw;
    }
    @media only screen and (max-width: 1440px) {
        .slider-header_content h1{
            bottom: 4vw;
        }
    }
    @media only screen and (max-width: 1024px) {
        .slider-header_content h1{
            bottom: 6vw;
        }
    }
    @media only screen and (max-width: 768px) {
        .slider-header_content h1{
            bottom: 8vw;
        }
    }
    @media only screen and (max-width: 500px) {
        .slider-header_content h1{
            bottom: 14vw;
        }
    }
    @media only screen and (max-width: 375px) {
        .slider-header_content h1{
            bottom: 16vw;
        }
    }