/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** COLUMNS BLOCK **********************/
/***********************************************************/  
@media (min-width: 700px) {
.main-container-column{
        background: url(/wp-content/uploads/pattern-background-blue.svg), linear-gradient(to right, #2e2d62, #090914);
        overflow: hidden;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 700px) {
    .main-container-column{
            background: url(/wp-content/uploads/pattern-background-blue.svg), linear-gradient(to right, #2e2d62, #090914);
            overflow: hidden;
            background-size: contain;
            background-position: center;
        }
    }

.wpb_wrapper .main-container-column{
margin-bottom: -1px;
}

/* Min 1200px */

.columns-containertilestext{
    background: url(/wp-content/uploads/pattern-background-blue.svg), linear-gradient(to right, #2e2d62, #090914);
        overflow: hidden;
        background-size: contain;
        background-position: center;
}

@media (min-width: 1200px) {
    h2.block-title{
        font-size: 85px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

@media (min-width: 1200px) {
    h3.block-title{
        font-size: 36px;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
        line-height: 1.2;
    }
}


/* Min 900px Max 1200x */

@media (min-width: 900px) and (max-width: 1200px) {
    h2.block-title{
        font-size: 75px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}


/* Min 768px Max 900px */

@media (min-width: 768px) and (max-width: 900px) {
    h2.block-title{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}


/* Min 420px Max 768px*/

@media (min-width: 420px) and (max-width: 768px) {
    h2.block-title{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}


/* Min 300px Max 420px*/

@media (min-width: 300px) and (max-width: 420px) {
    h2.block-title{
        font-size: 45px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}
