.section-3{
    background-color: #FCFCE9;
}

 .services-title h5 {
    font-family: 'Caveat';
    font-weight: 700;
    font-size: 24px;
  }

.services-title  h1 {
    font-family: 'Parkinsans', sans-serif;
    font-size: 60px;
    font-weight: 800;
  }

.services-title  p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
  }

.details-service h5{
    font-weight: 700;
}



/* mobile view */
/* Media query for small devices */
@media (max-width: 768px) {
  .details-service h5 {
    font-size: 15px;
  }
  .details-service p {
    font-size: 13px !important;
  }
  /* .row.align-items-center {
    gap: 20px;
  } */
}