.smal-hp {
    padding-top: 40px;
    padding-bottom: 40px;
}
.smal-item-con h4 {
    color: #0067DD !important;
    font-weight: 700;
/*     font-size: 1.5rem; */
    font-size: 1.39rem;
    padding: 0 15px;
}
.smal-hp-main {
    display: flex;
    flex-wrap: wrap;
}
.smal-item-con h6 {
    margin-bottom: 10px;
}
.smal-item-con h4 {
    color: #0067DD !important;
    font-weight: 700;
}
.smal-hp-item:last-child {
    border-right: 0;
}
.smal-hp-item {
       width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    border-right: 4px solid #FF01BE;
    min-height: 70px;
}

@media only screen and (max-width: 481px) 
{
  
  .smal-hp-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    border-right: 0px solid #FF01BE;
    min-height: 70px;
}

  
  
  .client-feedback {
    background-color: rgb(243 253 255);
    padding-top: 40px;
    padding-bottom: 40px;
}
  
}







