@media (max-width: 767px) {
  .layout10_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }

  .layout10_content-left,
  .layout10_image-wrapper {
    width: 100%;
  }

  .layout10_image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .layout10_item-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .button-group a {
    width: 100%;
    text-align: center;
  }
}

.layout3_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.layout3_image-wrapper img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .layout3_content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .layout3_content-left {
    order: 2;
  }

  .layout3_image-wrapper {
    order: 1;
    margin-bottom: 20px;
  }

  .layout3_content-left h2 {
    font-size: 1.5rem;
  }

  .layout3_content-left p {
    font-size: 1rem;
  }
}
.contact16_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.contact16_contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.contact16_item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact16_item-icon-wrapper {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
}

.contact16_map {
  width: 100%;
  height: 400px;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .contact16_content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact16_content-left,
  .contact16_content-right {
    text-align: center;
  }

  .contact16_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact16_item-icon-wrapper {
    margin-bottom: 0.5rem;
  }

  .contact16_map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact16_item-icon-wrapper {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }
}
