.project-sponsor {
  padding: 96px 0 56px 0;
  background: linear-gradient(0deg, rgb(249, 246, 215) 0%, rgb(227, 238, 234) 65%);
}
@media (max-width: 767px) {
  .project-sponsor {
    padding: 24px 0 48px 0;
  }
}
.project-sponsor__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 767px) {
  .project-sponsor__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.project-sponsor__col-01 {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .project-sponsor__col-01 {
    max-width: 100%;
  }
}
.project-sponsor__text {
  font-size: 28px;
  line-height: 36px;
  color: #004c51;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 767px) {
  .project-sponsor__text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .project-sponsor__col-02 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.project-sponsor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 1000px;
  background-color: #004c51;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 800;
  color: #fff;
  padding: 17px 24px;
  transition: all 0.3s ease 0s;
  margin-right: 215px;
}
@media (max-width: 1232px) {
  .project-sponsor__link {
    margin-right: calc(0px + 215 * (100vw - 360px) / 872);
  }
}
.project-sponsor__link:hover {
  background-color: #deca3c;
}/*# sourceMappingURL=style.css.map */