.ftl-102 {
    padding: 40px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.ftl-102 .readmore {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #162542;
    display: inline-block;
    margin-top: 15px;
}

.ftl-102 .readmore:hover {
    color: #fff;
    background: #644222;
}

.services-08 h2 {
    color: #fff;
}

.services-08 .bg-outer {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}

.services-08 .col-lg-4.col-md-4 {
    position: relative;
}

.services-08 .ftl-102--wrapper {
    border-bottom: 2px solid #f5f5f5;
}

.services-08 .ftl-102--wrapper:nth-child(2) {
    border-bottom: none;
}

.ftl-102--wrapper>div {
    border-right: 2px solid #f5f5f5;
}

.ftl-102--wrapper>div:nth-child(3) {
    border-right: none;
}

.ftl-102-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.ftl-102-content,
.services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb img {
    height: 80px;
    margin-bottom: 20px;
}

.ftl-102-content .number {
    color: #f5f5f5;
    -webkit-text-stroke: 1px #644222;
    -webkit-text-fill-color: #fff;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 35px;
}

.ftl-102:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.ftl-102:hover::before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
}