/* MOBILE ONLY: Add spacing between 2nd and 3rd CORE VALUES items */
@media (max-width: 768px) {
  .w3l-content-5 .content-5-grids .content-5-one:nth-child(3) {
    margin-top: 25px; /* adjust value if you want more/less space */
  }
}