.digi-service-sect-right{
    position: relative;
    padding-left: 50px;
}
.digi-service-sect-wrap{
    position: relative;
}
.digi-service-sect-wrap.wedo-sect::before{
    content: "";
    position: absolute;
    top: 0;
    left: 19.5px;
    width: 2px;
    height: 82%;
    background: linear-gradient(180deg, #111 0%, #fff 100%);
    z-index: -1;
}
.digi-service-sect-right h6{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.56px;
}
.digi-service-sect-right h6::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--primary-color);
}
.digi-service-sect-right h4{
    font-family: "Quicksand", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -1.71px;
    margin-bottom: 20px;
}
.digi-service-sect-right p{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.digi-service-sect-card{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.digi-service-sect-card:last-child{
    margin-bottom: 0;
}
.digi-service-sect-wrap{
    margin-top: 50px;
}
.digi-service-sect-card span{
    background-image: url(../images/shape_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
    font-weight: var(--fw-bold);
    line-height: 1;
    padding: 12px;
    margin-right: 25px;
    font-size: 14px;
    color: #fff;
}
.digi-service-sect-details h5{
    font-size: 22px;
    line-height: 1.238;
    margin-bottom: 10px;
}
.digi-service-sect-details p{
    font-size: 15px;
}
.digi-strategy-wrap{
    flex-wrap: wrap;
    justify-content: center;
}
.digi-strateg-card{
    width: calc(25% - 80px);
    margin: 60px 40px;
}
.digi-strateg-card h5{
    font-size: 22px;
    margin: 20px 0;
    color: #000;
    font-weight: bolder;
}
.digi-strateg-card p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.digi-strateg-card li{
    font-size: 14px;
    list-style-type: disc;
    color: #111111;
    margin: 5px 15px;
}
/* service card */
.digi-service-offer-container h4{
    color: #FDFDFD;
    font-family: "Quicksand", Sans-serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -1.71px;
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
}
.digi-service-offer-card{
    position: relative;
    padding: 80px 40px;
}
.digi-service-offer-card::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #9e9e9e, transparent);
}
.digi-service-offer-card:first-child::after{
    content: none;
}
.digi-service-offer-card .w50{
    padding: 0 50px;
    position: relative;
}
/* .digi-service-offer-card:hover::before{
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    opacity: .3;
    cursor: pointer;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%)
} */
.digi-service-offer-card-img{
    height: 360px;
}
.digi-service-offer-card-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 60px 0 60px 0;
}
.digi-service-offer-card:nth-child(2n) .digi-service-offer-card-img img{
    border-radius: 0 60px 0 60px;
}
.digi-service-offer-card-details h6{
    background: var(--gradient-color-to);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
.digi-service-offer-card-details h5{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    font-family: "Quicksand", Sans-serif;
    margin-bottom: 20px;
}
.digi-service-offer-card-details p{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .digi-service-sect-left-img img{
        height: 300px;
        width: 100%;
        object-fit: contain;
    }
    .digi-service-sect-right{
        padding: 0;
    }
    .digi-service-sect-right h4,
    .digi-service-offer-container h4{
        font-size: 28px;
        line-height: 120%;
        width: 100%;
    }
    .digi-service-sect-right p{
        font-size: 16px;
        line-height: 1.5em;
        margin: 0;
    }
    .digi-service-sect-wrap{
        margin-top: 15px;
    }
    .digi-strateg-card{
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .digi-strateg-card ul{
        display: flex;
        justify-content: center;
    }
    .digi-strateg-card p{
        margin-bottom: 10px;
    }
    .digi-service-offer-container h4{
        margin-bottom: 0;
    }
    .digi-service-offer-card{
        padding: 50px 0;
    }
    .digi-service-offer-card .w50{
        padding: 0 10px;
        text-align: center;
    }
    .digi-service-offer-card .w50 button{
        margin: 0 auto;
    }
    .digi-service-offer-card-img{
        height: 200px;
        width: auto;
    }
    .digi-service-offer-card-img img{
        width: auto;
    }
    .digi-service-offer-card:nth-child(2n){
        flex-direction: column-reverse;
    }
    .digi-service-offer-card-img{
        margin-bottom: 20px;
    }
    .digi-service-offer-card-details h5{
        font-size: 22px;
        line-height: 140%;
    }
    .digi-service-offer-card-details p{
        font-size: 16px;
        margin-bottom: 20px;
    }
}