.howToCard {
    margin: 0 90px -180px;
    padding: 50px 75px 0 75px;
    gap: 50px;
    position: relative;
}

.howToCard img{
    align-self: flex-end;
    margin: 0;
}

.howToText {
    margin-bottom: 50px;
}

/*****************/

.channels{
    background: #002646;
    padding: 180px 90px 60px;
}

.channelsTitle{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 100px;
}

.channelsTitle .channelsTitleText{
    text-align: left;
}

.channelsTitle .channelsTitleText h2{
    color: #FFF;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px; 
}

.channelsTitle .channelsTitleText p{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.channelsTitle img{
    z-index: 1;
    margin-bottom: -50px;
}

.channelsCards{
    grid-template-columns: 100%;
    padding-top: 0;
}

.channelsCards .card{
    position: relative;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #FF7600;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.channelsCards .card .stepIllus{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.channelsCards .card .leftColumn{
    border-right: 1px solid #FF7600;;
    padding: 50px 40px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.channelsCards .card .leftColumn h3{
    display: inline-block;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.channelsCards .card .leftColumn h4{
    color: #002646;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.channelsCards .card .leftColumn img, .channelsCards .card .rightColumn img{
    margin: 0;
    align-self: center;
}

.channelsCards .card .rightColumn{
    background: #ECEBE7;
    padding: 50px 40px;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    gap: 35px;
}

.channelsCards .card .rightColumn h5{
    color: #092646;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
}

.channelsCards .card .rightColumn h5 span{
    color: #FF7600;
    font-weight: 400;
}

.channelsCards .card .rightColumn .items{
    display: grid;
    grid-template-columns: 100%;
    gap: 35px;
}

.channelsCards .card .rightColumn .items .item{
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
}

.channelsCards .card .rightColumn .items .item img{
    align-self: flex-start;
}

.channelsCards .card .rightColumn .items p span, .channelsCards .card .leftColumn .items p span{
    color: #FF7600;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.darkBlue{
    background-color: #002646;
}

.blue{
    background-color: #004BC2;
}

.lightBlue{
    color: #002646 !important; 
    background-color: #42DCEA;
}

.orange{
    background-color: #FF7600;
}

/*****************/

.why .whyCards .whyCard .whyCardDescription {
    min-height: 260px;
} 

.why .whyCards .whyCard .whyCardTitle {
    min-height: 150px;
}

.why .whyCards .whyCard .whyCardDescription h4 {
    min-height: 65px;
}

/* MEDIA QUERY - TABLET */
@media (min-width: 701px) and (max-width: 1124px) {

    .howToCard {
        border-radius: 0;
        padding: 60px 30px 0;
        gap: 60px;
        margin: 0;
    }

    /*****************/

    .channels {
        padding: 60px 30px 60px;
    }

    .channelsTitle{
        margin-top: 0;
    }
    
    .channelsCardsMobile .card{
        position: relative;
        text-align: left;
        border-radius: 20px;
        border: 1px solid #FF7600;
    }
    
    .channelsCardsMobile .card .stepIllus{
        position: absolute;
        width: 15%;
        right: 20px;
        top: 20px;
        margin: auto;
    }
    
    .channelsCardsMobile .card .rightColumn{
        padding: 50px 40px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: flex-start;
        border-radius: 20px;
    }
    
    .channelsCardsMobile .card .rightColumn h3{
        display: inline-block;
        color: #FFF;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
    }
    
    .channelsCardsMobile .card .rightColumn h4{
        color: #002646;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
    }

    .channelsCardsMobile .card .rightColumn h5{
        color: #092646;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }
    
    .channelsCardsMobile .card .rightColumn h5 span{
        color: #FF7600;
        font-weight: 400;
    }
    
    .channelsCardsMobile .card .rightColumn .items{
        gap: 15px;
    }
    
    .channelsCardsMobile .card .rightColumn .items .item{
        display: grid;
        grid-template-rows: auto auto;
        gap: 10px;
    }
    
    .channelsCardsMobile .card .rightColumn .items p span{
        color: #FF7600;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

    .channelsCardsMobile .card .rightColumn .items{
        display: grid;
        gap: 15px;
    }    

}

/* MEDIA QUERY - MOBILE */
@media (max-width: 700px) {

    .heroText img {
        margin-bottom: 0;
        width: 70%;
    }

    .howToCard {
        border-radius: 0;
        padding: 60px 30px 30px;
        gap: 60px;
        margin: 0;
    }

    /*****************/

    .channels {
        padding: 0 30px 60px;
        background-color: #fff;
    }

    .channelsTitle{
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .channelsTitle img {
        z-index: 1;
        margin-bottom: 0;
        width: 40%;
        align-self: center;
        margin-top: -35px;
    }

    .channelsTitle .channelsTitleText h2{
        color: #004DBC;
        font-family: Montserrat;
        font-size: 33px;
        font-weight: 500;
        line-height: 40px;
    }
    
    .channelsTitle .channelsTitleText p{
        color: #002646;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    
    .channelsCardsMobile .card{
        position: relative;
        text-align: left;
        border-radius: 20px;
        border: 1px solid #FF7600;
        height: 78vh;
    }
    
    .channelsCardsMobile .card .stepIllus{
        position: absolute;
        width: 12%;
        right: 10px;
        top: 10px;
        margin: auto;
    }
    
    .channelsCardsMobile .card .rightColumn{
        padding: 30px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: flex-start;
        border-radius: 20px;
    }
    
    .channelsCardsMobile .card .rightColumn h3{
        display: inline-block;
        color: #FFF;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
    }
    
    .channelsCardsMobile .card .rightColumn h4{
        color: #002646;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
    }

    .channelsCardsMobile .card .rightColumn h5{
        color: #092646;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: 22px;
    }
    
    .channelsCardsMobile .card .rightColumn h5 span{
        color: #FF7600;
        font-weight: 400;
    }
    
    .channelsCardsMobile .card .rightColumn .items{
        gap: 15px;
    }
    
    .channelsCardsMobile .card .rightColumn .items .item{
        display: grid;
        grid-template-rows: auto auto;
        gap: 10px;
    }
    
    .channelsCardsMobile .card .rightColumn .items .item p{
        font-size: 14px;
    }

    .channelsCardsMobile .card .rightColumn .items p span{
        color: #FF7600;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }

}