/* END b-card-21 */
/* BEGIN s-home-8 */
.s-home-8 {
    overflow: hidden;
    position: relative;
    padding: 50px 0 30px 0;
}
.s-home-8 .s_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.s-home-8 .s_title .sub {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}
.s-home-8 .s_title .sub:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    left: 0;
}
.s-home-8 .s_title .title {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}
.s-home-8 .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
    margin-bottom: 35px;
}
.s-home-8 .s_desc p {
    margin-bottom: 15px;
    font-size: 14px;
}
.s-home-8 .s_desc div p {
    margin: 0;
}
.s-home-8 .s_btn {
    margin-top: 30px;
}
.s-home-8 .s_thumb {
    position: relative;
    margin: 1.2px;
    border-radius: 10px;
    padding-left: 70px;
}
.s-home-8 .s_thumb::before {
    content: "";
    display: block;
    width: 15px;
    height: 200px;
    background-color: var(--primary-color);
    position: absolute;
    left: 30px;
    bottom: 200px;
    border-radius: 30px;
}
.s-home-8 .s_thumb img {
    border-radius: 25px;
    height: 100%;
}
.s-home-8 .s_thumb .s_img {
    position: absolute;
    width: 61%;
    bottom: -86px;
    left: -13px;
    border-radius: 0 30px 0 0;
    border: 15px solid #fff;
    background-color: #fff;
}
.s-home-8 .s_thumb .s_img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1259px) {
    .s-home-8::before {
        top: 52px;
    }
}
@media screen and (max-width: 991px) {
    .s-home-8 {
        padding: 15px 0;
    }
    .s-home-8 .s_thumb {
        margin-top: 30px;
    }
    .s-home-8 .s_thumb::before {
        bottom: 145px;
    }
    .s-home-8 .s_desc {
        width: 100%;
    }
    .s-home-8 .s_desc p {
        font-size: 12px;
    }
    .s-business-1 .b-card-6 {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 479px) {
    .s-home-8 .s_thumb::before {
        display: none;
    }
}