.fourcaffle-intro.service-intro .service-ico{
    background-size: auto 100%;
    background-position: center center;
}

.fourcaffle-intro.service-intro .service-description{
    font-weight: 600;
    line-height: 3rem;
    padding-bottom: 0px;
}

.service-timeline .wheel{
    border-radius: 100%;
    width: 115px;
    height: 115px;
    color: white;
    font-size: 6rem;
    text-align: center;
    margin: 40px auto;
    font-weight: 700;
    display: flex;
}

.service-timeline .wheel span{
    align-self: center;
    margin: 0px auto;
    margin-top: -10px;
}

.service-timeline .line{
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: -1;
}

.service-timeline .row {
    display: table;
    table-layout: fixed;
}

.service-timeline .title, .service-timeline .row:nth-child(odd) > div.title{
    text-align: right;
}

.service-timeline .title, .service-timeline .row:nth-child(even) > div.title{
    text-align: left;
}

.service-timeline .title, .service-timeline .row:nth-child(odd) > div.description{
    text-align: justify;
}

.service-timeline .title, .service-timeline .row:nth-child(even) > div.description{
    text-align: justify;
}


.service-timeline .title, .service-timeline .row > div.title{
    font-size: 3.1rem;
    font-weight: 700;
}

.service-btn{
    border-radius: 10px;
    padding: 10px 15px;
    margin: 30px 4px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 700;
    font-size: 2.5rem;
}

.service-btn:hover, .service-btn:visited, .service-btn:active{
    text-decoration: none;
}

.services-list{
    padding: 30px 0px;
}

.services-list h4{
    font-size: 3.6rem;
    font-weight: 500;
    margin: 20px 0px;
}

.services-list .services-grid .row > div{
    margin-top: 30px;
}

.services-list .service-btn{
    margin: 30px 0px;
    font-weight: 900;
    font-size: 2rem;
}

@media all and (min-width: 991px){
    .service-timeline .row > div {
        display:table-cell;
        vertical-align:middle;
        float: none
    }
}

@media all and (max-width: 992px){

    .service-timeline .line{
        height: 0;
    }

    .service-timeline .title, .service-timeline .row > div.title{
        text-align: center !important;
    }

    .service-timeline .title, .service-timeline .row > div.description{
        text-align: center !important;
    }
}

@media all and (max-width: 767px) {
    .services-grid{
        text-align: center;
    }
}