@charset "utf-8";

.solution_footer {
  background-color: #0e1a25;
}
.solution_footer_wrapper {
  box-sizing: border-box;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.solution_footer_link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 50%;
  height: 240px;
  padding: 0 48px;
  transition: opacity 0.15s ease;
}
.solution_footer_link_text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.solution_footer_link_text_small {
  font-size: 20px;
}
.solution_footer_link_hr {
  width: 80px;
  height: 1px;
  margin-left: auto;
}
.solution_footer_link_hr.brands {
  background-color: #0478ff;
}
.solution_footer_link_hr.publishers {
  background-color: #ffb904;
}
.solution_footer_link_hr.creators {
  background-color: #ff6433;
}
.solution_footer_link_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin-left: 32px;
  padding: 0 24px;
  border: solid 1px #dce2e8;
  border-radius: 48px;
}
.solution_footer_link_arrow_img {
  width: 18px;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .solution_footer_wrapper {
    display: block;
  }
  .solution_footer_link {
    width: 100%;
    height: 140px;
  }
}

@media screen and (max-width: 840px) {
  .solution_footer_link {
    height: 120px;
    padding: 0;
  }
}

@media screen and (min-width: 641px) {
  .solution_footer_link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 640px) {
  .solution_footer_wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .solution_footer_link_text {
    font-size: 20px;
  }
  .solution_footer_link_text_small {
    font-size: 16px;
  }
  .solution_footer_link_hr {
    width: 40px;
  }
  .solution_footer_link_arrow {
    margin-left: 24px;
  }
}

@media screen and (max-width: 360px) {
  .solution_footer_link_hr {
    display: none;
  }
  .solution_footer_link_arrow {
    margin-left: auto;
  }
}
