.digitalservice-slider {
    position: relative;
    padding: 20px;
}
.dss-card {
    
    border-radius: 10px;
    text-align: center;
    
}
.dss-img img {
    width: 100%;
    border-radius: 8px;
}
.dss-title {
   margin-top: 10px;
    font-size: 20px;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    font-family: 'Poppins';
    font-weight: normal;
    color: #090B0E;
}
.dss-prev, .dss-next {
  position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background: #f6f5fd;
    color: #484242;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 19px;
    text-align: center;
    line-height: 22px;
}
.dss-prev { left: 0px; }
.dss-next { right: 0px; }

@media(max-width:768px){
    .dss-title { font-size:14px; }
}
