.form .form_in input,
.form .form_in select,
.form .form_in textarea {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 2px !important;
  color: #000 !important;
  display: block;
  font-size: 13px !important;
  height: auto !important;
  line-height: 1.6 !important;
  margin: 0 0 20px !important;
  max-width: 100%;
  outline: none !important;
}

.form .form_in * {
  box-sizing: border-box;
  text-align: left;
}

.device {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.device input.btn {
  text-align: center;
  margin: 0 auto !important;
}

.form .form_in {
  margin: 0 auto;
  width: 660px;
}

.form .form_in.ebook {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 20px 30px 30px;
  width: 94%;
}

.form .form_in p {
  font-size: 14px;
}

.form .form_in input,
.form .form_in select,
.form .form_in textarea {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased !important;
  border-radius: 4px;
  color: #333 !important;
  margin-bottom: 0 !important;
  outline: none;
  padding: 10px 12px !important;
}

.eb_dm01 .eb_content,
.eb_dm02 .eb_content,
.eb_resources .eb_content,
.page-template-form-2column > .eb_wrapall .eb_content {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}

@media screen and (max-width: 1200px) {
  .eb_dm01 .eb_content,
  .eb_dm02 .eb_content,
  .eb_resources .eb_content,
  .page-template-form-2column > .eb_wrapall .eb_content {
    flex-direction: column;
  }
  .form .form_in.ebook {
    padding: 20px;
  }
}

.eb_dm01 .eb_content .eb_outline,
.eb_dm02 .eb_content .eb_outline,
.eb_resources .eb_content .eb_outline,
.page-template-form-2column > .eb_wrapall .eb_content .eb_outline {
  margin: 0 auto;
  width: 100%;
}

header {
  margin-bottom: 0;
  padding: 0;
}

header .header_logo {
  height: auto;
  margin: 0;
  width: 100%;
}

header .header_logo a {
  box-sizing: border-box;
  display: grid;
  height: 31px;
  width: 184px;
}

.eb_outline_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

@media screen and (max-width: 959px) {
  .eb_outline_inner {
    padding: 0;
    width: 90.579%;
  }
}

.eb_outline_inner h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0px 0 0;
  text-align: center !important;
  margin-top: 10px;
}

.eb_ebook_summary h2 {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 15px 30px;
}

.eb_ebook_summary h2 .fa-lightbulb-o {
  font-size: 22px;
}

.eb_ebook_summary ul {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 0;
}

.eb_ebook_summary {
  max-width: 635px;
  padding: 30px 26px;
  margin: 0 auto;
}

.eb_outline_inner p {
  margin-bottom: 50px;
}

.eb_form {
  background-color: #4f918d;
  min-width: 467px;
  padding: 20px 0;
  width: 66%;
}

@media screen and (max-width: 1200px) {
  .eb_form {
    min-width: 100%;
    width: 100%;
  }
  .eb_ebook_summary h2 {
    margin: 0;
  }
  .eb_ebook_summary ul {
    padding: 0;
  }
}

.form_txt {
  margin-bottom: 10px;
}

.eb_wrapall footer {
  background-color: #ecf2f3;
  display: flex;
  height: 43px;
}

.eb_footer_inner {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100% !important;
}

footer .eb_footer_inner a {
  color: #636363;
  font-size: 12px;
  padding: 0 10px;
}

footer .eb_footer_inner ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

footer .eb_footer_inner ul a {
  border-left: 1px solid #a9a9a9;
}

footer .eb_footer_inner ul li:first-child a {
  border: 0;
}

footer .eb_footer_inner .copyrights {
  color: #9b9b9b;
  margin: 0;
}

.ebook:after {
  clear: both;
  content: '';
  display: block;
}

.eb_wrapall .eb_content .eb_outline header {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px 9.4px;
}

.eb_wrapall .eb_content .eb_outline header .header_logo {
  box-sizing: border-box;
  height: 31px;
  margin: 0 auto;
  width: 100%;
}

.eb_wrapall .eb_content .eb_outline header .header_logo a {
  box-sizing: border-box;
  display: grid;
  height: 31px;
  width: 150px;
}

.eb_wrapall footer .eb_footer_inner {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  bottom: 0;
  display: flex;
  height: 43px;
  justify-content: space-between;
  width: 100%;
}

.eb_wrapall footer .eb_footer_inner a {
  color: #636363;
  font-size: 12px;
  padding: 0 10px;
}

.eb_wrapall footer .eb_footer_inner ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.eb_wrapall footer .eb_footer_inner ul a {
  border-left: 1px solid #a9a9a9;
}

.eb_wrapall footer .eb_footer_inner ul li:first-child a {
  border: 0;
}

.eb_wrapall footer .eb_footer_inner .copyrights {
  color: #9b9b9b;
  margin: 0;
}

.eb_wrapall {
  background-color: #ecf2f3;
}

input[type='text'],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='email'],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='tel'],
textarea,
select {
  border: 0;
  width: 100%;
  padding: 15px 15px;
  font-size: 21px;
  letter-spacing: 1px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #999;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.btn {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: #f0aa3f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

input[type='checkbox'] {
  width: 28px;
  height: 28px;
  vertical-align: top;
  margin: 11px 10px 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .eb_wrapall footer .eb_footer_inner ul {
    flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
  }
  .eb_wrapall footer .eb_footer_inner {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    bottom: 0;
    display: flex;
    height: auto;
    justify-content: space-between;
    flex-direction: column;
  }
  .eb_wrapall footer .eb_footer_inner ul a {
    border-left: none;
  }
}
.check-siryou {
  display: flex;
  align-items: center;
}

.check-otoiawase {
  display: flex;
  align-items: center;
}

.check-wrap {
  display: flex;
  justify-content: flex-start;
}

table th {
  line-height: 180%;
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #fff9e0;
  border-bottom: solid 1px #cccccc;
}
table td {
  line-height: 180%;
  letter-spacing: 1px;
  padding: 10px 15px;
  background-color: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto !important;
}

.eb_ebook_wrap {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.eb_ebook-box {
  background: rgb(231 249 227);
  padding: 15px 10px;
  display: flex;
  margin: 15px 10px;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 30%;
  justify-content: space-around;
}
.eb_ebook-img {
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
}
.eb_ebook-text {
}
.eb_ebook-text h3 span {
  font-size: 0.8em;
}
.eb_ebook_eyecatch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .eb_ebook-box {
    display: block;
  }
  .eb_ebook_wrap {
    display: block;
  }
  .eb_ebook-box {
    background: rgb(231 249 227);
    padding: 15px 10px;
    display: flex;
    margin: 15px auto;
    align-items: center;
    flex-direction: column;
    max-width: 67%;
    justify-content: space-around;
  }
  td {
    display: block;
  }
  th {
    display: block;
  }
}

/*資料請求Table*/

table.info {
  width: 100%;
  border-collapse: separate;
  margin: 20px auto !important;
}
table.info th {
  padding: 10px 20px;
  text-align: left;
  line-height: 150%;
  text-align: left;
  display: block;
  background-color: #e7f9e3;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #e6f8e3;
}
table.info td {
  padding: 0px 0 20px 0;
  font-size: 120%;
  line-height: 150%;
  display: block;
  background-color: #e7f9e3;
  border-top: solid 1px #e6f8e3;
  border-bottom: solid 10px #fff;
  text-align: center;
  font-weight: bold;
}
/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  table.info {
    width: 100%;
    border-collapse: separate;
    margin: 20px 0;
    background-color: #e7f9e3;
    max-width: 800px;
  }
  table.info th {
    padding: 10px 50px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    letter-spacing: 1px;
    display: table-cell;
    background-color: #e7f9e3;
    border-top: solid 1px #fff;
    border-bottom: solid 5px #fff;
    height: 200px;
  }
  table.info td {
    padding: 10px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    display: table-cell;
    background-color: #e7f9e3;
    border-top: solid 1px #fff;
    border-bottom: solid 5px #fff;
    text-align: center;
    font-weight: bold;
    width: 40%;
  }
} /* ▲PCメディアクエリ終了▲ */

.maru {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #32ae36;
  color: #fff;
  margin-bottom: 0.5em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .maru {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background-color: #32ae36;
    color: #fff;
    margin-bottom: 0.5em !important;
    margin: 0 auto;
  }
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}

.flex-box {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}
.flex-item {
  padding: 20px 20px;
  margin: 5px;
  background-color: #e7f9e3;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .flex-box {
    display: flex;
    align-items: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
  .flex-item {
    width: 82%;
    padding: 10%;
    text-align: center;
    margin: 0 0 5px;
  }
}

.flex-item p {
  text-align: left;
  margin-bottom: 0;
}
.el_stepNumber_flexbox {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

.el_stepNumber_flexbox > p {
  margin: 0;
}

span[class*='stepNumber'] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #0064eb;
  color: #fff;
  border-radius: 28px;
  font-size: 1em;
  opacity: 0.5;
  margin-left: 8px;
}

span[class*='stepNumber'].is_em {
  opacity: 1;
}

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.hbspt-form hr {
  border-width: 0px;
}

.hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.hs-form-field label > span {
  font-weight: bold;
}

.hs-form-field label:not(.hs-error-msg) {
  color: #212d3a;
}
.hs-form-required {
  color: red;
  margin-left: 5px;
}
.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #516383de;
  font-size: 11px;
}

.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.hs-error-msgs label {
  color: #f2545b;
}

input[type='submit'] {
  display: none;
}

.is_hidden {
  display: none;
}

.hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input:not([type='file']) {
  background-color: #f5f8fa !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-sizing: none !important;
  -webkit-box-sizing: none !important;
  box-sizing: none !important;
}

.inputs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span {
  font-weight: normal !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872 !important;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8) !important;
}

.hs-button,
.hs-form-field input[type='text'],
.hs-form-field input[type='email'],
.hs-form-field input[type='phone'],
.hs-form-field input[type='number'],
.hs-form-field input[type='tel'],
.hs-form-field input[type='date'],
.hs-form-field textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-input[type='checkbox'] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-form a:visited {
  color: #551a8b;
}

.hs-custom-style
  > div
  > div:last-of-type
  .hs-input:not([type='checkbox']):not([type='radio']),
.hs-custom-style
  fieldset
  > div:last-of-type
  .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
  max-width: 100%;
}

.hs-custom-style
  > div
  input:not([type='image']):not([type='submit']):not([type='button']):not(
    [type='radio']
  ):not([type='checkbox']):not([type='file']),
.hs-custom-style
  fieldset
  input:not([type='image']):not([type='submit']):not([type='button']):not(
    [type='radio']
  ):not([type='checkbox']):not([type='file']) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-fieldtype-textarea {
  min-height: 4rem;
  overflow-y: hidden;
}

.is_error {
  border-color: #ef6b51;
}

.field {
  margin-bottom: 18px;
}

.hs-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.prevBtn {
  background: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 10px 10px 10px 0;
  padding: 12px 24px;
}

.stepFormFirstStep .prevBtn {
  color: #000;
  pointer-events: none;
  opacity: 0.5;
}

.nextBtn {
  background: #0064eb;
  border: solid 1px #0064eb;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 10px 10px 10px 0;
  padding: 12px 24px;
}

.stepFormLastStep .nextBtn {
  display: none;
}

.stepFormLastStep input[type='submit'] {
  display: block;
  background: #0064eb;
  border-color: #0064eb;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.hs-form-field label:not(.hs-error-msg) {
  color: #212d3a;
  display: flex;
  gap: 5px;
}

table.info {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #f9f9f9;
}

table.info th,
table.info td {
  padding: 8px 12px;
  text-align: left;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}

table.info th {
  background-color: #4caf50;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

table.info td {
  background-color: #fff;
  color: #333;
  font-size: 14px;
}

table.info th:nth-child(1),
table.info td:nth-child(1) {
  width: 50px;
}

table.info th:nth-child(2),
table.info td:nth-child(2) {
  width: 50%;
  padding: 10px 5px;
}

table.info th:nth-child(3),
table.info td:nth-child(3) {
  width: 70%;
  font-weight: normal;
}

table.info tr:hover {
  background-color: #f1f1f1;
}
table.info th,
table.info td {
  padding: 10px;
  text-align: left;
  line-height: 1.2;
  border-bottom: solid 1px #f4f4f4;
  border-right: solid 1px #f4f4f4;
}

table.info th {
  background-color: #4caf50;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
}

table.info td {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  height: 30px;
}

table.info td:nth-child(1),
table.info td:nth-child(2) {
  background-color: #fffdd9;
}
table.info td:nth-child(1) {
  width: 30px !important;
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  table.info {
    width: 100%;
    border-collapse: collapse;
  }

  table.info th,
  table.info td {
    display: table-cell;
    width: auto;
    box-sizing: border-box;
    padding: 8px;
  }

  table.info th {
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
  }

  table.info td {
    background-color: #fff;
    color: #333;
  }

  table.info tr {
    display: block;
  }
  table.info th:nth-child(2),
  table.info td:nth-child(2) {
    border-bottom: 2px #fff solid;
  }
  table.info th:nth-child(2),
  table.info td:nth-child(2) {
    width: 50%;
  }
}
.sp_br {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp_br {
    display: block;
  }
}

.cta {
  margin: auto;
  text-align: center;
}
.scroll-to-form {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  animation: sway 2s infinite;
}

@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*  2025/10/28追加 */
.stepFormLastStep input[type='submit'] {
  display: block !important;
  background: #0064eb !important;
  border-color: #0064eb !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-family: arial, helvetica, sans-serif;
  padding: 12px 24px !important;
}

#e-book_form .container {
  width: 100%;
  max-width: none;

  .form{
    width: 60% !important;
    margin: 0 40px;
  }

  @media screen and (max-width: 1200px) {
    .form{
      width: 90% !important;
      margin: 0 auto;
    }
  }

  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0px 0 0;
    text-align: center !important;
    margin-top: 10px;
  }

  h2::after{
    display: none;
  }
}