.deployment_3_cards {
    padding: 0;
}

.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 !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        margin: 0 !important;
        scrollbar-width: none;
    }

    .deployment_3_cards .row::-webkit-scrollbar {
        display: none;
    }

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

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

    .deployment_3_cards__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .deployment_3_cards__text {
        font-size: 13px;
        line-height: 1.5;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .deployment_3_cards__small_container {
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }
}