.column {
  display:flex;
  justify-content: space-between; 
  gap: 10px; 
}

.column-item {
  flex: 1;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px; 
}

.form_yuki2025 {
  width: 300px; 
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgb(117, 173, 72);
  color: #fff;
  display: flex;
  border-radius: 30px;
  font-size: 16px;
}


/* 766px */
@media screen and (max-width: 766px) {
.column {
    flex-direction: column;
  }

.column-item {
    width: 100%; 
 margin-bottom: 50px;
  }


.column-item img {
  height: auto;    
}


}