.main_cards_1234{
}

.main_card_steps{
}

.less-padding{
    padding-right: 0px!important;
    overflow: hidden;
    margin-bottom: 2%;
}

.main_card__top_title{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content;
    justify-self: center;
    font-size: 12px;
    font-weight: 500!important;
    padding: 2px 7px!important;
    border-radius: 6px;
    margin-bottom: 5px!important;
    text-align: -webkit-center;
    margin-left: auto;
    margin-right: auto;
}

.main_card__description{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #001B2F;
    text-align: center;
     text-align: -webkit-center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    width: 48%;
}



.main_card__title{
    justify-self: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    line-height: 1.2;
    color: #001B2F;
    width: 48%;
    text-align: -webkit-center;
    margin-right: auto;
    margin-left: auto;
}

.content_card_card_body{
    background-color: #DDEBFF;
    border-radius: 5px;
    padding: 40px;
    height: 300px;
}

.card_logo{
    height: 26px;
    width: 26px;
    color: black;
    margin-bottom: 10px;
}

.card_title{
    color: #001B2F;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.card_text{
    color: #001B2F;
    font-size: 14px;
    font-weight: 400;
    opacity: 70%;
    width: 60%;
}

.card_number{
    color: #0075FF;
    opacity: 10%;
    position: absolute;
    font-size: 380px;
    font-weight: 700;
    overflow: hidden;
    top: -200px;
    right: -40px;
}

@media only screen and (max-width: 600px) {

    .main_card_steps {
        display: block !important;
    }

    .content_card_card_body {
        background-color: #F3F8FF;
    }

    .main_card_steps .less-padding {
        padding-left: 0px!important;
        margin-bottom: 50px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 965px) {

    .main_cards_123 .col-md-4 {
        flex: 0 0 99.333333%!important;
        max-width: 99.333333%!important;
        margin-bottom: 2%;
    }
    
    .main_card_steps{
        display: block;
    }
}

@media only screen and (max-width: 350px) {

    .content_card_card_body{
        height: 570px!important;
    }
}