
.acf-table-wrapper {
  overflow-x: auto;
	
}

.acf-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Space Grotesk", sans-serif !important;
  color: #3a2d25 ;
  background: transparent;
  font-weight: 600 ;
  font-size: 18px ;
	
}

.acf-table caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 1em;
}

.acf-table thead th {
  color: #03a657;
  text-align: left;
  padding: 5px ;
  border-bottom: 1px solid #e0e0e0;
}

.acf-table td {
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  color:#422520 ;
  padding: 5px ;

}

@media (max-width: 768px) {
  .acf-table {
    font-size: 12px ;
  }

  .acf-table caption {
    font-size: 12px ;
  }
}
