/* worry
======================================= */
.worry__upper {
  background-color: #FFDC72;
  padding-top: 4em;
  position: relative;
}
.worry__upper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background: url(../img/menus/repair/worry_upper_bg.jpg) repeat center center/contain;
}
.worry__upper-container {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  padding: 3em 1.25em 3.5em;
}
.worry__catch {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .worry__catch {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.worry__catch span {
  display: inline-block;
  color: #fff;
  background-color: #FA6806;
}
.worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 992px;
  margin: auto;
}
@media (max-width: 768px) {
  .worry__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.worry__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #FCF4C6;
  border-radius: 16px;
  padding: 0 1.25em;
  height: 120px;
}
@media (max-width: 768px) {
  .worry__item {
    height: auto;
    padding: 1.25em;
  }
}
@media (max-width: 768px) {
  .worry__item-image {
    width: 56px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.worry__item-text {
  font-size: 1.625em;
  font-weight: 900;
  line-height: 1.83;
}
@media (max-width: 1024px) {
  .worry__item-text {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.worry__item-text span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.487;
  color: #FA6806;
}
@media (max-width: 1024px) {
  .worry__item-text span {
    font-size: 1.5rem;
  }
}
.worry__lower {
  background: url(../img/menus/worry_bg-orange.png) no-repeat center center/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .worry__lower {
    background: url(../img/menus/worry_bg-orange-sp.png) no-repeat center center/cover;
  }
}
.worry__lower-container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1222px;
  width: calc(90% + 18px);
}
@media (max-width: 768px) {
  .worry__lower-container {
    margin-top: -0.3px;
    padding-bottom: 0;
    width: calc(90% + 4px);
  }
}
@media (max-width: 768px) {
  .worry__triangle {
    margin-bottom: 1rem;
  }
}
.worry__text {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .worry__text {
    display: block;
    font-size: 2.1344em;
  }
}
.worry__text-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .worry__text-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.worry__text-upper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.worry__text .--solar, .worry__text .--battery {
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .worry__text .--solar {
    width: 257px;
  }
}
@media (max-width: 768px) {
  .worry__text .--battery {
    width: 148.5px;
  }
}
.worry__text-lower {
  display: inline-block;
  border-top: 1px dashed #fff;
  padding: 1rem 0 2.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .worry__text-lower {
    padding-top: 0;
    border-top: none;
    padding-bottom: 0.625rem;
  }
}
.worry__text-lower .middle {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .worry__text-lower .middle {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .worry__text-lower .middle:nth-child(2) {
    border-top: 1px dashed #fff;
  }
}
@media (max-width: 768px) {
  .worry__text-lower .large {
    font-size: 2.3125rem;
  }
}
@media (max-width: 768px) {
  .worry__text-lower .small {
    font-size: 1.75rem;
  }
}
.worry__text .human {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
@media (max-width: 768px) {
  .worry__text .human {
    display: block;
    margin: auto;
    width: 80px;
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
  }
}

/* price
======================================= */
.price__upper {
  max-width: 748px;
  margin: auto;
}
@media (max-width: 768px) {
  .price__upper {
    position: relative;
    z-index: 0;
    padding-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .price__question {
    position: absolute;
    top: 0;
    left: 2.2rem;
    z-index: -1;
  }
}
.price__question img {
  width: auto;
}
@media (max-width: 768px) {
  .price__question img {
    width: 211px;
  }
}
.price__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .price__catch {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.price__catch-image img {
  width: auto;
}
@media (max-width: 768px) {
  .price__catch-image img {
    width: 64px;
  }
}
.price__catch-text {
  text-align: center;
}
@media (max-width: 768px) {
  .price__catch-text {
    text-align: left;
  }
}
.price__catch-text-upper {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .price__catch-text-upper {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.price__catch-text-upper > span {
  background: -webkit-linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background: linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.price__lower {
  border: 4px solid #FA6806;
  border-radius: 16px;
}
.price__lower-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.75rem;
  background-color: #FA6806;
  color: #fff;
}
@media (max-width: 768px) {
  .price__lower-title {
    font-size: 1.25em;
    text-align: center;
  }
}
.price__lower-contents {
  padding: 2.5em;
}
@media (max-width: 768px) {
  .price__lower-contents {
    padding: 1.5rem 1rem 2rem;
  }
}
.price__lower-graph {
  max-width: 780px;
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .price__lower-graph {
    overflow: scroll;
    padding-bottom: 1.375em;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .price__lower-graph img {
    min-width: 791px;
  }
}
.price__lower-box {
  background-color: #FFDC72;
}
.price__lower-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  padding: 1rem;
}
@media (max-width: 768px) {
  .price__lower-box-inner {
    padding: 0.625rem;
    gap: 0.625em;
  }
}
.price__lower-box-inner .--solar, .price__lower-box-inner .--battery {
  width: auto;
}
@media (max-width: 768px) {
  .price__lower-box-inner .--solar {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .price__lower-box-inner .--battery {
    width: 18px;
  }
}
.price__lower-box-inner span {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .price__lower-box-inner span {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.5;
  }
}

/* merit
======================================= */
.merit {
  background-color: #FFFCF4;
}
@media (max-width: 768px) {
  .merit__title::after {
    height: 4rem;
  }
}
.merit__item:nth-child(n+2) {
  margin-top: 4em;
}
.merit__upper {
  max-width: 743px;
  margin: auto;
}
@media (max-width: 768px) {
  .merit__upper {
    position: relative;
    z-index: 0;
    padding-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .merit__question {
    position: absolute;
    top: 0;
    left: 2.2rem;
    z-index: -1;
  }
}
.merit__question img {
  width: auto;
}
@media (max-width: 768px) {
  .merit__question img {
    width: 180px;
  }
}
.merit__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
}
@media (max-width: 768px) {
  .merit__catch {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.125em;
    margin-bottom: 0.5rem;
  }
}
.merit__catch-image img {
  width: auto;
}
@media (max-width: 768px) {
  .merit__catch-image img {
    width: 64px;
  }
}
.merit__catch-text-upper {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .merit__catch-text-upper {
    font-size: 1rem;
    margin-bottom: 0.6875rem;
  }
}
.merit__catch-text-upper > span {
  background: -webkit-linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background: linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.merit__catch-text-lower {
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .merit__catch-text-lower {
    padding-bottom: 0;
  }
}
.merit__lower {
  background-color: #fff;
  border-radius: 16px;
  border: 4px solid #FFDC72;
  padding: 2em 3.75em;
}
@media (max-width: 768px) {
  .merit__lower {
    padding: 2em 1.25em;
  }
}
.merit__lower-catch {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.3;
  color: #FA6806;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .merit__lower-catch {
    font-size: 1.25em;
    margin-bottom: 1.5rem;
  }
}
.merit__lower-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .merit__lower-contents {
    position: relative;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .merit__lower-contents.--01 {
    padding-bottom: 5.375em;
  }
}
@media (max-width: 768px) {
  .merit__lower-contents-image {
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .merit__lower-contents-image.--solar {
    -webkit-transform: translateX(-83.83%);
            transform: translateX(-83.83%);
  }
}
@media (max-width: 768px) {
  .merit__lower-contents-image.--battery {
    -webkit-transform: translateX(103.78%);
            transform: translateX(103.78%);
  }
}
.merit__lower-contents-image img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .merit__lower-contents-image img.--solar {
    width: 73.84px;
  }
}
@media (max-width: 768px) {
  .merit__lower-contents-image img.--battery {
    width: 31.21px;
  }
}
.merit__lower-title {
  display: inline-block;
}
.merit__lower-title-sub {
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5875;
  background-color: #FA6806;
  border-radius: 20px;
  padding: 0 1.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .merit__lower-title-sub {
    font-size: 1.125rem;
    padding: 0;
  }
}
.merit__lower-title-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 2.875em;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .merit__lower-title-main {
    font-size: 2.5em;
  }
}
.merit__lower-title-main-left > span {
  display: block;
}
.merit__lower-title-main-left .--s {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .merit__lower-title-main-left .--s {
    font-size: 1.0625rem;
  }
}
.merit__lower-title-main-left .--m {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .merit__lower-title-main-left .--m {
    font-size: 1.75rem;
  }
}
.merit__lower-text {
  margin-bottom: 1.25em;
}

/* battery
======================================= */
@media (max-width: 768px) {
  .battery {
    background-color: #FFFCF4;
  }
}
.battery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4%;
}
@media (max-width: 768px) {
  .battery__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.battery__item {
  text-align: center;
  border-radius: 16px;
  border: 4px solid #FA6806;
  padding: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .battery__item {
    background-color: #fff;
    padding: 1.5rem 1.25rem;
  }
}
.battery__item-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .battery__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.battery__item-title span {
  background: -webkit-linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background: linear-gradient(transparent calc(100% - 10px), #FFDC72 0%);
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.battery__item-text {
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .battery__item-text {
    font-size: 0.875em;
    margin-bottom: 1rem;
  }
}
.battery__item-note {
  font-size: 0.75em;
  font-weight: 700;
  text-align: left;
  color: #5A5A5A;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .battery__item-note {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.battery__item-image {
  margin-top: auto;
  position: relative;
}
.battery__item-image .note {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 0.75em;
  font-weight: 700;
}

/* combination
======================================= */
@media (max-width: 768px) {
  .combination {
    background-color: #FFFCF4;
    padding-bottom: 2rem;
  }
}
.combination__inner {
  text-align: center;
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  .combination__inner {
    background-color: #fff;
    padding: 2em 0.46875rem;
    border-radius: 16px;
  }
}
.combination__title {
  display: inline-block;
  margin-bottom: 1.5em;
}
.combination__title-sub {
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5875;
  background-color: #FA6806;
  border-radius: 20px;
  padding: 0 1.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .combination__title-sub {
    font-size: 1.125rem;
  }
}
.combination__title-main {
  font-weight: 900;
  line-height: 1;
  font-size: 2.875em;
}
@media (max-width: 768px) {
  .combination__title-main {
    font-size: 2.5em;
  }
}
.combination__text {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .combination__text {
    text-align: left;
    padding: 0 0.78125rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .combination__container {
    padding: 0 0.78125rem;
  }
}
.combination__heading {
  font-size: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .combination__heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    border-top: 2px solid #3E3F41;
    border-bottom: 2px solid #3E3F41;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}
.combination__heading::before, .combination__heading::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #000;
}
@media (max-width: 768px) {
  .combination__heading::before, .combination__heading::after {
    display: none;
  }
}
.combination__heading span {
  margin: 0 1.5rem;
}
.combination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 768px) {
  .combination__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 82.5%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .combination__item {
    width: calc(50% - 0.5rem);
  }
}
.combination__icon {
  margin: 1.25rem 0;
}
@media (max-width: 768px) {
  .combination__icon {
    margin: 1rem 0;
  }
}
.combination__icon img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .combination__icon img {
    width: 2rem;
    height: 2rem;
  }
}

/* links
======================================= */
.links {
  text-align: center;
  background-color: #F68956;
}
.links__text {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .links__text {
    display: block;
    font-size: 2.1344em;
  }
}
.links__text-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .links__text-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.links__text-upper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.links__text .--solar, .links__text .--battery {
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .links__text .--solar {
    width: 257px;
  }
}
@media (max-width: 768px) {
  .links__text .--battery {
    width: 148.5px;
  }
}
.links__text-lower {
  display: inline-block;
  border-top: 1px dashed #fff;
  padding: 1rem 0 2.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .links__text-lower {
    padding-top: 0;
    border-top: none;
    padding-bottom: 0.625rem;
  }
}
.links__text-lower .middle {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .links__text-lower .middle {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 1.375rem;
  }
}
@media (max-width: 768px) {
  .links__text-lower .middle:nth-child(2) {
    border-top: 1px dashed #fff;
  }
}
@media (max-width: 768px) {
  .links__text-lower .large {
    font-size: 2.3125rem;
  }
}
@media (max-width: 768px) {
  .links__text-lower .small {
    font-size: 1.75rem;
  }
}
.links__text .human {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(3vw);
          transform: translateX(3vw);
}
@media (max-width: 768px) {
  .links__text .human {
    display: block;
    margin: auto;
    width: 80px;
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
  }
}
.links__container {
  background-color: #fff;
  border-radius: 16px;
  padding: 1.5em;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(132, 112, 9, 0.2);
          box-shadow: 4px 4px 6px 0px rgba(132, 112, 9, 0.2);
}
.links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.333%;
  max-width: 752px;
  margin: auto;
}
@media (max-width: 768px) {
  .links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.links__item-title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.links__item-btn {
  display: inline-block;
}
@media (max-width: 768px) {
  .links__item-btn a {
    font-size: 0.9375em;
    padding: 0.75rem 0.875rem;
    gap: 0.5rem;
  }
}