

.number,span.line {
    background: #3b2a24;
}

.bg-3 {
    background: rgba(var(--clr-3),1)
}

.left-logo {
    background-size: 20vw;
    background-repeat: no-repeat
}

.left-logo {
    background-position: center left
}
.f-24{
    font-size:24px;
}
.box {
    border-radius: 25px;
    border: 2px solid #e1b791;
    height: 100%;
    background-color: #fbebce;
}

.link {
    position: relative;
    padding: 1px 2px
}

.link:before {
    content: '';
    width: 0%;
    height: 3px;
    background: rgba(var(--clr-2),1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .8s
}

.link:hover:before {
    width: 100%
}

.slideright {
    transform: translateX(100px)
}

.number {
    color: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

span.line {
    height: 2px;
    width: 100%;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    position: absolute;
    right: 0
}
.process-sec .number span {
    margin-bottom: 0px;
    font-size: 30px;
}
.process img {
    object-fit: contain;
    object-position: right;
    height: 600px
}

.box {
    transition: .8s;
    cursor: pointer
}

.box:hover {
    background: #3b2a24 !important;
    color: #fff !important
}

@media screen and (max-width: 1367px) {

    body {
        font-size: 14px
    }

    .f-24 {
        font-size: 22px
    }
}

@media screen and (max-width: 1181px) {

    .f-40 {
        font-size: 35px
    }

    .f-24 {
        font-size: 20px
    }

    .box {
        min-height: 300px
    }
}

@media screen and (max-width: 992px) {

    span.line {
        left: auto;
        right: -50%
    }

    .slideright {
        transform: translateX(0)
    }

    .box {
        min-height: 100px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .box {
        text-align: center;
    }
    .process-img {
        display: none;
    }
     .process-sec span.line {
        display: none !important;
    }    
}


@media screen and (max-width: 576px) {
.process-sec .row.align-items-center.mb-5 {
    margin-bottom: 10px !important;
}
    .process-sec .span.line {
        height: 100%;
        width: 5px;
        right: 50%;
        left: 50%;
        transform: translate(-50%);
        top: 0
    }

    .process-sec .f-40 {
        font-size: 30px
    }
}

