
.delivery-section {
    position: relative;
    width: 90%; /* Full width */
    margin: 0 auto;
    background: url('../Img/FindUsOn.jpg') center/cover no-repeat;
    border-radius: 20px;
    padding: 60px 20px;
    color: white;
    text-align: left;
    overflow: hidden;
    margin:50px auto;
  }
  
  .content-wrapper {
    max-width: 1200px;  /* Controls only text width, not background */
    margin: 0 auto;
  }

.find-us {
  font-size: 18px;
  margin-bottom: 10px;
}

.headline {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.btn {
  padding: 15px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.grubhub {
  background-color: orange;
  color: white;
}

.outline {
  border: 2px solid white;
  color: white;
}

@media (max-width: 768px) {
  .headline {
    font-size: 28px;
  }

  .buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
  }
}
