.phases_deployment{

}

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