section.lifecycle h5{
    font-family: "CelebriSans-Bold", Arial, sans-serif !important;
    font-size: 2rem;
    font-weight: 600;
    color: #2d3c49;
    max-width: 650px;
    margin: auto;
}

section.lifecycle h3{
    font-size: 17px;
    font-weight: 600;
    color: #0762d9;
}

.cycle-item-header {
    min-height: 41px;
}

.cycle-item-body {
    display: inline-flex;
}

span.cycle-body-number {
    width: 90px;
}

.cycle-body-number {
    background-size: 90px!important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}
.btn-lifecycle {
    text-align: center;
}
@media (max-width: 479px){

    span.cycle-body-number {
        width: 115px;
    }
    section.lifecycle h3 {
        padding-left: 121px !important;
    }
    .cycle-body-number {
        background-size: 81px!important;
    }
}

@media (max-width: 991px){
    .cycle-steps-content{
        background:unset !important;
    }
    .btn-lifecycle {
        margin-bottom: 50px;
    }
    section.lifecycle h3 {
        padding-left: 110px;
    }
    .cycle-steps-content .mb-5 {
        margin-bottom: 2rem!important;
    }
    p.cycle-body-text {
        width: 80%;
        padding-left: 20px;
    }
}

@media (min-width: 992px){
    .cycle-steps-content{
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 84% !important;
    }
    .cycle-steps-content{
        position: relative;
        height: 650px;
        margin-bottom: 60px;
    }
    .cycle-item-container{
        position: absolute;
        width: 230px;
        text-align: center;
    }
    .cycle-item-header {
        min-height: 25px;
    }
    .cycle-position-1{
        top: 420px;
        left: -2px;
    }
    .cycle-position-2{
        top: -20px;
        left: 130px;
    }
    .cycle-position-3{
        top: 420px;
        left: 245px;
    }
    .cycle-position-4{
        top: 55px;
        left: 370px;
    }
    .cycle-position-5{
        top: 420px;
        left: 483px;
    }
    .cycle-position-6{
        top: -20px;
        left: 610px;
    }
    .cycle-position-7{
        top: 420px;
        left: 720px;
    }
    h3.cycle-title-item{
        font-size: 16px;
    }
    p.cycle-body-text{
        width: 100%;
        font-size: 14px;
        font-family: "CelebriSans", Arial, sans-serif !important;
        color: #2d3c49;
    }
    span.cycle-body-number {
        width: 0%;
        display: none;
    }
    .btn-lifecycle {
        margin-top: -30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px){
    .cycle-steps-content{
        background-size: 85% !important;
    }
    .cycle-steps-content {
        height: 630px;
    }
    .cycle-item-container{
        width: 300px;
    }
    .cycle-position-1{
        top: 435px;
        left: -15px;
    }
    .cycle-position-2 {
        top: 0px;
        left: 132px;
    }
    .cycle-position-3{
        top: 435px;
        left: 272px;
    }
    .cycle-position-4{
        top: 75px;
        left: 425px;
    }
    .cycle-position-5{
        top: 435px;
        left: 572px;
    }
    .cycle-position-6{
        top: 22px;
        left: 715px;
    }
    .cycle-position-7{
        top: 435px;
        left: 860px;
    }
    .btn-lifecycle {
        margin-top: -65px;
        margin-bottom: 65px;
    }
}

@media (min-width: 1400px){
    .cycle-steps-content{
        background-size: 85% !important;
        height: 700px !important;
    }
    .cycle-position-1{
        top: 490px;
        left: 15px;
    }
    .cycle-position-2 {
        top: 20px;
        left: 180px;
    }
    .cycle-position-3{
        top: 490px;
        left: 340px;
    }
    .cycle-position-4{
        top: 100px;
        left: 516px;
    }
    .cycle-position-5{
        top: 490px;
        left: 670px;
    }
    .cycle-position-6{
        top: 42px;
        left: 850px;
    }
    .cycle-position-7{
        top: 490px;
        left: 1010px;
    }
    .btn-lifecycle {
        margin-top: -65px;
        margin-bottom: 65px;
    }
}