.phases_deployment{

}

.extra_space .phases__small_container{
    min-height: 525px;
    background-position-x: 0px;
}

.phases__small_container{
    min-height: 425px;
    border-radius: 17.4px;
    background-color: #F3F8FF;
    padding: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1%;
    flex: 0 0 32.333333%!important;
    margin-bottom: 1%;
    background-position-x: 30px;
}

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

.phases__subtitle{
    margin-bottom: 0.4rem!important;
    font-size: 12px;
    font-weight: 700;
    color: #0075FF;
}

.phases__title{
    margin-bottom: 0.4rem!important;
    font-size: 17px;
    font-weight: 700;
    color: #001B2F;
}

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

.phases__big_container .phases__subtitle{
    width: 40%;
}

.phases__big_container .phases__title{
    width: 40%;
}

.phases__big_container .phases__text{
    width: 40%;
}

.phases__big_container{
    min-height: 285px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 89%;
    border-radius: 15px;
    padding: 30px;
    background-color: #F3F8FF;
}

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

    .phases__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;
        background-image: none !important;
    }

    .phases__subtitle {
        font-size: 11px;
    }

    .phases__title {
        font-size: 16px;
    }

    .phases__text {
        font-size: 13px;
    }

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

    .phases__big_container .phases__subtitle,
    .phases__big_container .phases__title,
    .phases__big_container .phases__text {
        width: 100%;
    }
    .extra_space .phases__small_container{
        min-height: auto;
    }
}
