.kanren-solution .content-inner{
  width: 1016px !important;
}
.kanren-solution .sub-heading {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.option-card {
  margin: 56px 0 0;
}
.kanren-solution .headpoint-text {
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  font-weight: bold;
}
.kanren-solution .headpoint-text::before{
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  display: inline-block;
  width: 4px;
  height: 28px;
  background: #3973a6;
}
.kanren-solution .option-box {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.option-detail {
  width: calc(100% - 416px);
}
.option-title {
  font-size: 20px !important;
  font-weight: bold !important;
}
.option-text {
    margin: 16px 0 0 !important;
    font-size: 18px !important;
}
.option-links {
    margin: 32px 0 0;
}
.option-image {
    width: 392px;
}
.youtube-block {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.youtube-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
@media screen and (max-width: 768px) {
  .kanren-solution .content-inner{
      width: 100% !important;
    }
    .kanren-solution .headpoint-text {
        padding-left: 16px;
        font-size: 20px;
    }
    .kanren-solution .headpoint-text::before{
        top: 4px;
        height: 24px;
    }
    .kanren-solution .option-box {
        display: block;
        margin-top: 24px;
    }
    .option-detail {
        width: 100%;
    }
     .kanren-solution .option-title {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    .option-text{
        margin-top: 12px !important;
        font-size: 16px !important;
    }
    .option-image {
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }
    .option-links {
        margin-top: 24px;
        text-align: center;
    }
}