.bloc-of-title-2 {
    text-align: center;
    margin-bottom: 2%
}

.bloc-of-title-2 img {
    width: 110px !important
}

.barre-title-2 {
    border-bottom: 5px solid #292929;
    width: 70px;
    margin: auto !important;
    border-radius: 2px;
    margin-bottom: 10px !important
}

.bloc-of-title-2 h3 {
    font-family: CeraRoundProBold !important;
    font-size: 30px
}

.two-button-2 {
    margin-top: 50px;
    display: inline-block
}

.first-button-2 {
    margin-right: 20px;
    display: inline-block;
    color: #292929 !important;
    font-size: 16px;
    background: #e8e8e8 !important;
    border-radius: 24px;
    padding: 13px
}

.second-button-2 {
    display: inline-block;
    font-family: CeraRoundProBold !important;
    font-size: 16px;
    color: #fff !important;
    background: #ff5722 !important;
    border-radius: 24px;
    padding: 13px;
    margin-left: 20px
}

.bloc-of-step-2 {
    margin: auto !important;
    display: table;
    border-collapse: separate;
    border-spacing: 60px
}

.step-one-2,
.step-two-2,
.step-three-2 {
    text-align: center;
    display: table-cell;
    width: 300px !important
}

.step-one-2 img {
    width: 100px;
    height: 50px
}

.step-two-2 img {
    width: 130px;
    height: 60px
}

.step-three-2 img {
    width: 110px;
    height: 70px
}

.step-one-2 p,
.step-two-2 p,
.step-three-2 p {
    font-family: CeraRoundProThin !important;
    font-size: 15px;
    text-align: center
}

.text-bottom-2 {
    color: #292929;
    font-family: CeraRoundProThin !important;
    font-size: 16px;
    text-align: center
}

.text-bottom-2 img {
    width: 500px
}

@media screen and (max-width:1024px) {
    .totality-bloc-2 {
        margin: auto
    }
    .bloc-of-title-2 {
        text-decoration: center;
        margin-bottom: 10px
    }
    .bloc-of-step-2 {
        display: block !important;
        width: 100%;
        margin-left: 5px !important;
        margin-right: 5px !important
    }
    .first-button-2,
    .second-button-2 {
        margin-bottom: 10px;
        font-size: 10px
    }
    .step-one-2,
    .step-two-2,
    .step-three-2 {
        margin: auto;
        display: block !important
    }
    .text-bottom-2 img {
        width: 200px
    }