.feature .section-title {
  display: flex;
  align-items: center;
}

.feature .section-title .line-decoration {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-image: linear-gradient(#f8d61d 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 10px 10px;
}

.feature .section-title .title-value {
  margin-left: 3rem;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .feature .section-title .title-value {
    font-size: 2rem;
  }
}

.feature__title {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .feature__title {
    margin-top: 4rem;
  }
}

.feature__questions {
  margin-top: 6rem;
  padding: 0 4rem 12rem;
}

@media screen and (max-width: 767px) {
  .feature__questions {
    margin-top: 2rem;
    padding: 0 0 2rem;
  }
}

.feature__questions .question {
  background-color: white;
  border-radius: 8px;
}

.feature__questions .question__question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem;
}

@media screen and (max-width: 1535px) {
  .feature__questions .question__question {
    padding: 3rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .feature__questions .question__question {
    padding: 2rem;
  }
}

.feature__questions .question__question .icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .feature__questions .question__question .icon {
    width: 24px;
    height: 24px;
  }
}

.feature__questions .question__question .text {
  margin-left: 2rem;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1535px) {
  .feature__questions .question__question .text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature__questions .question__question .text {
    margin-left: 1rem;
    font-size: 1.6rem;
    width: 80%;
  }
}

@media screen and (max-width: 410px) {
  .feature__questions .question__question .text {
    font-size: 1.4rem;
  }
}

.feature__questions .question__question .button {
  position: absolute;
  top: 4rem;
  right: 4rem;
}

@media screen and (max-width: 767px) {
  .feature__questions .question__question .button {
    top: 1.8rem;
    right: 1.5rem;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 410px) {
  .feature__questions .question__question .button {
    top: 2rem;
  }
}

.feature__questions .question__question .button__open, .feature__questions .question__question .button__close {
  cursor: pointer;
}

.feature__questions .question__question .button__close {
  display: none;
  margin-top: 1rem;
}

.feature__questions .question__question .button img {
  width: 100%;
}

.feature__questions .question__answer {
  display: none;
  align-items: flex-start;
  padding: 0 4rem 4rem;
}

@media screen and (max-width: 1535px) {
  .feature__questions .question__answer {
    padding: 0 4rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .feature__questions .question__answer {
    padding: 0 2rem 2rem;
  }
}

.feature__questions .question__answer .icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .feature__questions .question__answer .icon {
    width: 24px;
    height: 24px;
  }
}

.feature__questions .question__answer .text {
  margin-left: 2rem;
  font-size: 2.5rem;
}

@media screen and (max-width: 1535px) {
  .feature__questions .question__answer .text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .feature__questions .question__answer .text {
    width: 90%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 410px) {
  .feature__questions .question__answer .text {
    font-size: 1.4rem;
  }
}

.feature__questions .question__answer.open {
  display: flex;
}

.feature__questions .question + .question {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .feature__questions .question + .question {
    margin-top: 2rem;
  }
}
