.dah-services-steps {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
margin-top: 50px;
margin-bottom: 50px;  
border-radius: 8px;
background: linear-gradient(211deg, #E6B173 0.99%, #DB7679 27.7%, #CD4D9C 46.85%, #9337C3 71.04%, #411FD0 97.75%);
box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.06);  
}  
.dah-services-steps .steps-card img{
margin: auto;
display: block;
max-width: 40px;
}
.dah-services-steps .steps-card:last-child:after {
    display: none;
}
.dah-services-steps .steps-card{
    padding: 20px 16px;
    display: flex;
    gap: 1rem;
    align-items: center;
}
@media (max-width:620px){
    .dah-services-steps { 
        margin-top: 0px  !important;
        margin-bottom: 0px !important;
        border-radius: 8px 8px 4px 4px;
    }
}
@media (min-width:678px){
    /* ---Services legal start---*/
    .steps-to-get-service{
      padding: 0px 40px !important;
    }
    .dah-services-steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
      margin-top: 50px;
      margin-bottom: 50px;
      border-radius: unset;
      background:unset;
      box-shadow: unset;
    }
    .steps-to-get-service{
      position: relative;
      z-index: 99;
      background-color: white;
    }
  
    .dah-services-steps .steps-card{
      border-radius: 16px;
      background: linear-gradient(211deg, #E6B173 0.99%, #DB7679 27.7%, #CD4D9C 46.85%, #9337C3 71.04%, #411FD0 97.75%);
      box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.06);
      padding: 20px 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;
      min-height: 220px;
    }  
    .dah-services-steps .steps-card{
      position: relative;
    }    
}
@media (min-width:992px){ 
    .dah-services-steps {
        grid-template-columns: repeat(4, 1fr);
        gap: 68px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .steps-to-get-service{
        margin-top: 50px;
        margin-bottom: 50px;
    }

 }

 @media (min-width: 1100px) {
    .dah-services-steps {
        grid-template-columns: repeat(5, 1fr);
    }
   .dah-services-steps .steps-card:after{
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='95' height='23' viewBox='0 0 95 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Shape' d='M2 10C1.17157 10 0.5 10.6716 0.5 11.5C0.5 12.3284 1.17157 13 2 13V10ZM94.0607 12.5607C94.6464 11.9749 94.6464 11.0251 94.0607 10.4393L84.5147 0.893398C83.9289 0.307612 82.9792 0.307612 82.3934 0.893398C81.8076 1.47918 81.8076 2.42893 82.3934 3.01472L90.8787 11.5L82.3934 19.9853C81.8076 20.5711 81.8076 21.5208 82.3934 22.1066C82.9792 22.6924 83.9289 22.6924 84.5147 22.1066L94.0607 12.5607ZM9 13C9.82843 13 10.5 12.3284 10.5 11.5C10.5 10.6716 9.82843 10 9 10V13ZM17.75 10C16.9216 10 16.25 10.6716 16.25 11.5C16.25 12.3284 16.9216 13 17.75 13V10ZM31.75 13C32.5784 13 33.25 12.3284 33.25 11.5C33.25 10.6716 32.5784 10 31.75 10V13ZM40.5 10C39.6716 10 39 10.6716 39 11.5C39 12.3284 39.6716 13 40.5 13V10ZM54.5 13C55.3284 13 56 12.3284 56 11.5C56 10.6716 55.3284 10 54.5 10V13ZM63.25 10C62.4216 10 61.75 10.6716 61.75 11.5C61.75 12.3284 62.4216 13 63.25 13V10ZM77.25 13C78.0784 13 78.75 12.3284 78.75 11.5C78.75 10.6716 78.0784 10 77.25 10V13ZM86 10C85.1716 10 84.5 10.6716 84.5 11.5C84.5 12.3284 85.1716 13 86 13V10ZM2 13H9V10H2V13ZM17.75 13H31.75V10H17.75V13ZM40.5 13H54.5V10H40.5V13ZM63.25 13H77.25V10H63.25V13ZM86 13H93V10H86V13Z' fill='%235626CD'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    width: 68px;
    left: 100%;
    height: 20px;
    background-size: 100%;
} 
 }
 @media (max-width:620px){
   .dah-services-steps { 
    margin-top: 0px  !important;
    margin-bottom: 0px !important;
    padding-left: 25px;
    padding-right: 25px;

   }
}

 