    .support-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
      flex-direction: row;
      background-color: #eceae2;
}

.support-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.support-image{
    width: 75%;
}

.support-text {
  padding:20px 35px 30px;
}

.support-text h2, .support-text p{
    text-align: center;
    padding:0px;
}
.support-text h2{
color: #5e5f3e;
}


@media (max-width: 768px) {
  .support-section {
    flex-direction: column;
    text-align: center;
    gap:5px;
  }
  .support-image{
    width: 100%;
}
}
