.features {
  position: relative;
  padding: 6rem 0;
  background: url(../images/bg-main.jpg) repeat;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../images/bg-features-front.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.features .inner {
  padding: 0 8rem;
}
.features h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6rem 0 3rem;
  margin-top: 0;
}
.features h2 img {
  width: 10rem;
}
.features h3 {
  margin-bottom: 1rem;
  text-align: center;
}
.features h3 span {
  display: inline-block;
  min-width: 16rem;
  margin: 0 0.5rem 0.5rem;
  padding: 0.5em 2.5em;
  border-radius: 100rem;
  font-weight: 500;
}
/*.features-summary-inner span.features-kintore {
  border-color: #FA6D78;
}
.features-summary-inner span.features-sprint {
  border-color: #B3F1EE;
}
.features-summary-inner span.features-jump {
  border-color: #82D9FF;
}
.features-summary-inner span.features-agility {
  border-color: #5DFC7C;
}*/
.features p {
  text-align: center;
  margin-bottom: 1em;
  line-height: 2;
  font-weight: 500;
}
.features p.p-small {
  font-size: 1.8rem;
  font-weight: 500;
}
.features p.p-large {
  font-size: 2.3rem;
}
.features hr {
  margin: 4rem 0;
  border: none;
  border-top: 2px dashed #787878;
}
.features-summary {
  margin: 4rem 0;
  padding: 3rem 4rem;
  border-radius: 1rem;
  background: linear-gradient(15deg, #B3F1EE, #1D1F46);
}
.features-summary h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
.features-summary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-summary-inner .yoko{
  gap: 1rem;
}
.features-summary-inner span, .training1 span, .training2 span{
  display: inline-block;
  min-width: 16rem;
  padding: 0.5rem 2.5rem;
  border: 2px solid;
  border-radius: 100rem;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}
.features-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
}
.features-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.features-btn a {
  position: relative;
  display: inline-block;
  min-width: 22rem;
  padding: 1rem 4rem 1rem 2rem;
  border: 3px solid #1D1F46;
  border-radius: 0.5rem;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #1D1F46;
}
.features-btn a::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1em;
  height: 1em;
  background: url(../images/img-arrow-01.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .features {
    position: relative;
    padding: 10rem 0;
    background: url(../images/bg-main.jpg) repeat;
  }
  .features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url(../images/bg-features-front.svg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .features .inner {
    padding: 0 1rem;
  }
  .training1, .training2{
    padding: 4rem 1rem;
    border: solid 2px #cccccc;
    margin: 2rem auto;
    border-radius: 2rem;
  }
  .training1{
    background-color: #FA6D7811;
  }
  .training2{
    background-color: #82D9FF11;
  }
  .training1 h3 span, .training2 h3 span{
    background-color: white;
  }
  .features h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6rem 0 10rem;
    margin-top: 0;
    font-size: 4rem;
  }
  .features h2 span{
    width: 100%;
    margin: auto;
  }
  .features h2 img {
    width: 10rem;
    margin: auto;
  }
  .features h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .features h3 span {
    display: inline-block;
    min-width: 16rem;
    margin: 0 0.5rem 0.5rem;
    padding: 0.5em 2.5em;
    border-radius: 100rem;
    font-weight: 600;
  }
  .features h3 .features-kintore {
    border-color: #FA6D78;
  }
  .features h3 .features-sprint {
    border-color: #B3F1EE;
  }
  .features h3 .features-jump {
    border-color: #82D9FF;
  }
  .features h3 .features-agility {
    border-color: #5DFC7C;
  }
  .features p {
    text-align: center;
    margin-bottom: 1em;
    line-height: 2;
  }
  .features p.p-small {
    font-size: 2rem;
    text-align: left;
  }
  .features p.p-large {
    font-size: 2.5rem;
  }
  .features hr {
    margin: 4rem 0;
    border: none;
    border-top: 2px dashed #787878;
  }
  .features-summary {
    margin: 10rem 0;
    padding: 10rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(15deg, #B3F1EE, #1D1F46);
  }
  .features-summary h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
  }
  .features-summary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
  }
  .features-summary-inner .yoko{
    gap: 0.5rem;
  }
  .features-summary-inner span, .training1 span, .training2 span{
    display: block;
    min-width: 14rem;
    padding: 1rem 1.5rem;
    border: 2px solid;
    border-radius: 100rem;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    width: fit-content;
    margin: auto;
  }
  .features-summary-inner span.features-kintore {
    border-color: #FA6D78;
  }
  .features-summary-inner span.features-sprint {
    border-color: #B3F1EE;
  }
  .features-summary-inner span.features-jump {
    border-color: #82D9FF;
  }
  .features-summary-inner span.features-agility {
    border-color: #5DFC7C;
  }
  .features-list {
    display: grid;
    gap: 1rem;
    margin: 2rem 0;
  }
  .features-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem 2rem;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
    font-weight: 500;
    -webkit-filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1));
  }
  .features-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6rem;
  }
  .features-btn a {
    position: relative;
    display: inline-block;
    min-width: 11rem;
    padding: 1rem 4rem 1rem 2rem;
    border: 3px solid #1D1F46;
    border-radius: 0.5rem;
    background: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #1D1F46;
  }
  .features-btn a::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 1em;
    height: 1em;
    background: url(../images/img-arrow-01.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }

}