/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** CARD BLOCK *************************/
/***********************************************************/ 

/* DESKTOP - Min 1,200px Max 1,600px */

/* Cards */



@media (min-width: 480px) and (max-width: 1200px){
    .innerleft {
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    } 

@media (max-width: 560px){
.innerright {
        width: 100%;
        background-position: center!important; /* Centers the image */
        height: 150px;
    }
} 

@media (min-width: 1200px){
.innerleft {
    width: 70%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
} 

@media (min-width: 1200px){
    .innerleftcontent{
        margin: 30px;
        line-height: normal;
        }
  } 
 
@media (max-width: 1200px){
    .innerleftcontent{
        margin: 10px;
        line-height: normal;
        }
  }    
    


@media (min-width: 1650px) {
    .cards-container2home {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin: auto;
        }
  }  

@media (min-width: 1600px) and (max-width: 1650px) {
    .cards-container2home {
        display: flex;
        justify-content: space-between;
        margin-left: 24px;
        margin-right: 24px;
        max-width: 1600px;
        }
  }  

@media (min-width: 1200px) and (max-width: 1600px) {
    .cards-container2home {
        display: flex;
        justify-content: space-between;
        margin-left: 24px;
        margin-right: 24px;
        }
  }  

.cards-container2hometop {
    padding-top: 0px!important;
}

@media (max-width: 1200px) {
    .cards-container2home {
        max-width: 1600px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 30px;
        border-radius: 5px;
    }
  }  

@media (min-width: 1200px) {
    .cards-column1{
    margin-right: 10%;
}
}

@media (min-width: 1200px) {
    .cards-column3{
    max-width: 760px;
}
}

@media (min-width: 560px) {
    .cards-column3{
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}
}

@media (min-width: 560px) {
.cards-column3 {
    background-color: #2E2D62; 
    display: flex;
    flex-wrap: nowrap; /* Prevent items from wrapping */
    justify-content: center;
}
}

@media (max-width: 560px) {
    .cards-column3 {
        background-color: #2E2D62; 
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap; /* Prevent items from wrapping */
        justify-content: center;
        margin-left: 24px;
        margin-right: 24px;
    }
    }

@media (min-width: 560px) {
    .cards-column3{ 
    margin-left: 24px;
    margin-right: 24px;
    height: 250px;
}
}

@media (max-width: 1200px) {
.column2cards{
    margin-top: 30px;
}
}



@media (min-width: 1200px) {
    .cards-container2home{
        margin-bottom: 50px;
        margin-top: 50px;
    }
    }

@media (min-width: 1200px) {
.cards-column3{
    margin: auto;
    margin-top: 50px;
}
}

@media (min-width: 560px) {
.cards-column1,
.column2cards{
    display: flex;
    flex-wrap: nowrap; /* Prevent items from wrapping */
    background-color: #2E2D62; 
    width: 100%;
    height: 250px;
}
}

@media (max-width: 560px) {
    .cards-column1,
    .column2cards{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap; /* Prevent items from wrapping */
        background-color: #2E2D62; 
        width: 100%;
    }
    }

/* Min 1200px */

@media (min-width: 1200px) {
    h2.cards-block-title{
        font-size: 85px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 900px Max 1199px */

@media (min-width: 900px) and (max-width: 1200px) {
    h2.cards-block-title{
        font-size: 75px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 768px Max 900px */

@media (min-width: 768px) and (max-width: 899px) {
    h2.cards-block-title{
        font-size: 65px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Min 420px Max 768px*/

@media (min-width: 420px) and (max-width: 767px) {
    h2.cards-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.cards-block-title{
        font-size: 45px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
    }
}

/* Cards title */