.action_block_blue {
    width: 100%;
    background: #5B3FBB;
}
.action_block_blue .flex_action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 63px 0;
}
.action_block_blue .text {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}
.action_block_blue .text p {
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .action_block_blue .flex_action {
        flex-direction: column;
        height: auto;
        padding: 40px 0;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .action_block_blue .text {
        font-weight: 700;
        font-size: 24px;
    }
}
