.clients {
  background: #fdfdfd;
  padding: 60px 40px;
  text-align: center;border-bottom: 18px solid #ffc10d;
}

.clients .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: 'Bakbak One';
}

.group {max-width: 298px;}

.clients .section-subtitle {
    font-size: 17px;
    margin-bottom: 50px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-family: 'Sarala';
}

.clients-groups {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    text-align: left;
    justify-content: center;
}

.clients .group h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #f9b233;
  font-weight: 600;
  border-left: 4px solid #f9b233;
  padding-left: 10px;
}

.clients .group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clients .group ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #333;
  padding-left: 15px;
  position: relative;
}

.clients .group ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f9b233;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  
  .clients-groups {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}
  
  
  
  
  
  
}
