/* Block container */
.twa-services-features {
  text-align: center;
}

/* Section heading */
.twa-services-heading {
  font-size: calc(var(--wp--preset--font-size--medium) + 8px);
  font-weight: 500;
  margin-bottom: 64px;
  line-height: 1;
  letter-spacing: 0;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}

/* Services wrapper */
.twa-services-list {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: min(max(16px, calc(1rem + (64 - 16) * ((100vw - 768px) / (1200 - 768)))), 64px);
}

/* Each service item */
.twa-service-item {
  max-width: 188px;
  text-align: center;
}

/* Service icon */
.twa-service-item img {
  max-width: 84px;
  max-height: 84px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

/* Service title */
.twa-service-item p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  color: #353535;
}
@media (max-width: 767px){
    .twa-services-heading{
        margin-bottom: 32px;
    }
}
