.deployment_3_cards{
    
}

.deployment_3_cards__small_container{
    min-height: 402px;
    border-radius: 20px;
    padding: 40px;
    background-color: #F3F8FF;
    flex: 0 0 32.333333%!important; 
    margin-right: 1%;   
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-size: contain;
}

.deployment_3_cards__small_container:last-child{
    margin-right: 0%;
}

.deployment_3_cards__title{
    font-size: 22px;
    font-weight: 700;
    color: #001B2F;
}

.deployment_3_cards__text{
    font-size: 14px;
    font-weight: 500;
    color: #001B2F;
}