.section_how_to_claim .shtc_title {
  height: 170px;
  width: 100%;
  text-align: center;
  background: url("../images/gradient_cover.jpeg") no-repeat center/cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.section_how_to_claim .shtc_title h2 {
  font-size: 32px;
}
.section_how_to_claim .shtc_content h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.section_how_to_claim .video_wrapper {
  margin-bottom: 20px;
}
.section_how_to_claim .video_wrapper .video_box {
  width: 100%;
}
.section_how_to_claim .video_wrapper .video_box video {
  width: 100%;
}
.section_how_to_claim .shtc_step_box {
  font-size: 18px;
  margin-bottom: 40px;
}
.section_how_to_claim .shtc_step_box .title {
  background: #F5F5F5;
  height: 54px;
  line-height: 54px;
  padding-left: 10px;
  color: #D4380D;
  font-size: 24px;
  font-family: "Gotham";
  font-weight: bold;
  margin-bottom: 10px;
}
.section_how_to_claim .shtc_step_box ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.section_how_to_claim .shtc_step_box ul li {
  line-height: 26px;
}
.section_how_to_claim .shtc_step_box img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.shtc_content .row_clear {
  margin-bottom: 20px;
  line-height: 32px;
}
.shtc_content .row_clear span {
  margin-right: 10px;
  display: inline-block;
}
.shtc_content .row_clear .row_sub {
  padding-left: 30px;
}
.shtc_content .row_clear ul {
  list-style: disc;
  padding-left: 50px;
}
.shtc_content .row_clear ol {
  list-style: decimal;
  padding-left: 50px;
}
.shtc_content .row_clear a {
  color: #009fd4;
}

@media only screen and (max-width: 1023px) {
  .section_how_to_claim .shtc_content h3 {
    font-size: 28px;
  }
  .section_how_to_claim .shtc_step_box {
    font-size: 16px;
  }
  .section_how_to_claim .shtc_step_box .title {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section_how_to_claim .shtc_title {
    height: 150px;
  }
  .section_how_to_claim .shtc_title h2 {
    font-size: 28px;
  }
  .section_how_to_claim .shtc_content h3 {
    font-size: 24px;
  }
  .section_how_to_claim .shtc_step_box {
    font-size: 14px;
  }
  .section_how_to_claim .shtc_step_box .title {
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section_how_to_claim .shtc_step_box img {
    height: auto !important;
    display: block;
  }
}/*# sourceMappingURL=claim.css.map */