.SDec {
  padding: 60px 0 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .SDec {
    padding: 80px 0 100px;
  }
}
.SDec-Title {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 400;
}
.SDec-P {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 768px) {
  .SDec-P {
    font-size: 18px;
  }
}
.SDec-Cat {
  font-weight: 700;
  color: #1a5499;
  text-decoration: none;
}
.SDec-Cat:hover {
  text-decoration: underline;
}
.SDec-Button {
  width: 250px;
}
.SDecFaq-Title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .SDecFaq-Title {
    font-size: 48px;
  }
}
.SDecFaq-Hr {
  height: 1px;
  margin: 30px 0;
  background: #000;
  opacity: 0.15;
  border: none;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .SDecFaq-Hr {
    margin: 45px 0;
  }
}
.CDecFaq {
  padding-top: 10px;
}
.CDecFaq-Title {
  font-size: 24px;
  margin-bottom: 15px;
}
.CDecFaq-Pr {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .CDecFaq-Pr {
    margin-bottom: 0;
  }
}
.CDecFaq-P {
  margin-bottom: 25px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .CDecFaq-P {
    font-size: 18px;
  }
}
.SDecPrice {
  text-align: center;
  padding-bottom: 80px;
}
.SDecPrice-Title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .SDecPrice-Title {
    font-size: 48px;
  }
}
.SDecPrice-Button {
  margin-left: -5px;
  margin-right: -5px;
}
.SDecPrice-Pay {
  margin-top: 80px;
  font-size: 30px;
  margin-bottom: 25px;
}
.CDecPrice {
  margin-bottom: 40px;
}
.CDecPrice-Icon {
  display: block;
  margin: 0 auto 25px;
}
.CDecPrice-Title {
  font-size: 24px;
  margin-bottom: 20px;
}
.CDecPrice-Price {
  font-size: 24px;
  font-style: italic;
  color: #1a5499;
}
.SDecGreen {
  margin-bottom: 50px;
  background-color: #0d9a70;
  color: #fff;
  margin-top: 90px;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .SDecGreen {
    padding: 40px 0;
    margin-top: 0;
  }
}
.SDecGreen-Title {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}
.SDecGreen-P {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .SDecGreen-P {
    font-size: 18px;
  }
}
.SDecGreen-Pr {
  width: 290px;
  margin: -90px auto 30px;
  height: auto;
  top: 0;
}
@media (min-width: 768px) {
  .SDecGreen-Pr {
    position: absolute;
    top: 50%;
    width: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
