.federation {
  position: relative;
  margin-top: 5rem;
}
.federation .sub-title {
  text-align: left;
  margin-bottom: 2.4rem;
}

.screen-golf {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.screen-golf__image {
  width: 59rem;
}
.screen-golf__image img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .screen-golf__image {
    width: 100%;
  }
}
.screen-golf__content {
  width: calc(100% - 59rem);
  font-size: var(--font-size20);
  color: #000;
  padding-left: 3rem;
}
@media screen and (max-width: 800px) {
  .screen-golf__content {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
.screen-golf__advantage {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3rem;
  background-color: #EFEFEF;
  font-size: var(--font-size17);
  color: #000;
  line-height: 1.5;
}