.container-text{
    width: 571px;
    height: 176px;
    margin: auto;
}

.span{
    text-align: left;
    font: normal normal bold 18px/21px 'Bryant Pro';
    letter-spacing: 0px;
    color: #93DD3D;
}

.txt-p{
    text-align: left;
    font: normal normal normal 30px/37px 'Bryant Pro';
    letter-spacing: 0px;
    color: #4E4E4E;
}

.txt-p-bold{
    text-align: left;
    font: normal normal bold 30px/37px 'Bryant Pro';
    letter-spacing: 0px;
    color: #1CB5AE;
}

.text-violet{
    text-align: left;
    font: normal normal 900 30px/37px 'Bruum FY';
    letter-spacing: 0px;
    color: #A61CC2;
}

.img-cards{
    width: 70%;
}

@media screen and (max-width: 767px) {
    .order-first-md-6{
        -ms-flex-order: -1;
        order: -1;
    }

    .container-text{
        margin-top: 19px;
    }

    .span{
        text-align: center;
        font: normal normal bold 14px/17px 'Bryant Pro';
        letter-spacing: 0px;
        color: #93DD3D;
    }
    
    .txt-p{
        text-align: center;
        font: normal normal 400 25px/27px 'Bryant Pro';
        letter-spacing: 0px;
        color: #5A5A5A;
    }
    
    .txt-p-bold{
        text-align: center;
        font: normal normal bold 25px/27px 'Bryant Pro';
        letter-spacing: 0px;
        color: #1CB5AE;
    }

    .text-violet{
        text-align: center;
        font: normal normal 900 25px/27px 'Bruum FY';
    }

    .img-cards{
        margin-top: 100px;
    }

    .mb-container{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}