.kitchen-section {
  background-color: #cfd3dc;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(1.875rem, 7.892vw - 0.063rem, 6.25rem) 0;
}

.kitchen-text p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(0.875rem, 2.029vw + 0.377rem, 2rem);
  line-height: clamp(1.225rem, 2.105vw + 0.708rem, 2.392rem);
  text-align: center;
  color: var(--back-default);
  width: 340px;
  margin: 0 auto;
  margin-bottom: clamp(0.75rem, -0.902vw + 1.472rem, 1.25rem);
}
@media screen and (max-width: 393px) {
  .kitchen-text p {
    width: 280px;
  }
}
@media screen and (min-width: 450px) {
  .kitchen-text p {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .kitchen-text p {
    width: 930px;
  }
}

@media screen and (min-width: 768px) {
  .image-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}

.kitchen-image-before img {
  border-radius: clamp(0.625rem, 2.292vw + 0.167rem, 2rem) clamp(0.625rem, 2.292vw + 0.167rem, 2rem) 0 0;
  width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 392px) {
  .kitchen-image-before img {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .kitchen-image-before img {
    border-radius: clamp(0.625rem, 2.292vw + 0.167rem, 2rem) 0 0 clamp(0.625rem, 2.292vw + 0.167rem, 2rem);
    max-width: 600px;
    min-width: 100%;
  }
}

.kitchen-image-after img {
  border-radius: 0 0 12px 12px;
  width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 392px) {
  .kitchen-image-after img {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .kitchen-image-after img {
    border-radius: 0 clamp(1.188rem, 2.539vw - 0.031rem, 2rem) clamp(1.188rem, 2.539vw - 0.031rem, 2rem) 0;
    max-width: 600px;
    min-width: 100%;
  }
}
/*# sourceMappingURL=kitchen.css.map */
