.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;
}

.extra_space .deployment_3_cards__small_container{
    background-position-y: 70px;
    background-position-x: 0px!important;
}

.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;
}

@media (max-width: 767px) {
    .deployment_3_cards .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .deployment_3_cards__small_container[style*="Bento-4.png"] {
        background-image: none !important;
    }

    .deployment_3_cards__small_container {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        min-height: auto;
        padding: 25px 20px;
        border-radius: 15px;
        background-position: center !important;
        background-size: contain !important;
    }

    .deployment_3_cards__title {
        font-size: 18px;
    }

    .deployment_3_cards__text {
        font-size: 13px;
    }
}
