.inheritance__ {
  width: 97%;
  max-width: 839px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inheritance__ {
    width: 100%;
    padding: 0 2rem;
    max-width: 839px;
    margin: 0 auto;
  }
}

.inheritance__headline {
  text-align: center;
  background: linear-gradient(90deg, #24539C, #BEC3E0 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .inheritance__headline {
    text-align: center;
    background: linear-gradient(90deg, #24539C, #BEC3E0 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 120px;
  }
}

.inheritance__example-list-wrap {
  margin: 25px 0 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.inheritance__example-list {
  color: #4D8DCE;
  text-align: center;
  border-radius: 60px;
  border: 2px solid #4D8DCE;
  padding: 9px 55px 8px 56px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .inheritance__example-list {
    color: #4D8DCE;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #4D8DCE;
    padding: 9px 25px 8px 25px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.inheritance__desc-wrap {

}

.inheritance__desc {
  text-align: center;
}

.inheritance__desc li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  .inheritance__desc li {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.94;
  }
}

.inheritance__centering {
  width: fit-content;
  margin: auto;
}

.inheritance__button {
  margin: 58px auto 100px;
  font-size: 1.8rem;
  line-height: 2;
  border-radius: 5px;
  background: linear-gradient(90deg ,#69A2FF,#4688C3 100%);
  padding: 13px 38px;
  display: block;
  transition: all 0.3s 0s ease;
}

@media screen and (max-width: 768px) {
  .inheritance__button {
    margin: 58px auto 100px;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 5px;
    background: linear-gradient(90deg ,#69A2FF,#4688C3 100%);
    padding: 13px 38px;
    display: block;
    transition: all 0.3s 0s ease;
  }
}

.inheritance__button:hover {
  opacity: 0.6;
}

.inheritance__button p {
  color: #fff;
}

.sp-br {
  display: none;
}

@media screen and (max-width:768px)  {
  .sp-br {
    display: block;
  }
}