.sectionFreespace1 {
  margin-bottom:50px;
}
.sectionFreespace2 {
  margin-bottom:50px;
}
@media screen and (max-width: 750px) {
  .sectionFreespace1 {
    margin-bottom:7vw;
  }
  .sectionFreespace2 {
    margin-bottom:7vw;
  }
}

.group_visual img {
   margin-bottom:50px;
}

.group_title {
  text-align:center;
}

.group_main_title {
  letter-spacing: 0.15em;
  font-size:1.5rem;
  color: #b28850;
}

.group_copy{
    font-size:1rem;
  margin-bottom:30px;
}

.group_message{
  margin-bottom:80px;
}
