.HowApplyModule {
  padding: 2.5rem 0;
  background: url("/bg.png") repeat-x;
}
.HowApplyModule figure {
  overflow-x: auto !important;
}
.HowApplyModule .secTitle3 {
  text-align: left;
}
.HowApplyModule .secTitle3 h2 {
  margin-bottom: 1rem;
}
.HowApplyModule .secTitle3 p {
  margin-bottom: 0.625rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.HowApplyModule .CommonCard {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0.2rem;
}
.HowApplyModule .CommonCard:first-child {
  margin-left: 0;
}
.HowApplyModule .CommonCard:last-child {
  margin-right: 0;
}
.HowApplyModule .HowApplyModuleWor {
  justify-content: center;
  padding: 1rem 0;
}
.HowApplyModule .HowApplyModuleWor img {
  width: 100%;
  height: inherit;
}
.HowApplyModule .HowApplyModuleWor .cradsecsrb {
  padding: 1rem;
  border: 1px solid #004135;
  border-radius: 20px;
  height: 100%;
}
.HowApplyModule .HowApplyModuleWor .cradsecsrb h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
  text-transform: capitalize;
}
.HowApplyModule .HowApplyModuleWor .cradsecsrb .srb-btn {
  text-align: center;
  background: #004135;
  color: #edffe8;
  margin: auto;
  width: 40%;
  max-width: fit-content;
}
.HowApplyModule .HowApplyModuleWor .cradsecsrb .srb-btn a {
  text-decoration: none;
}
.HowApplyModule .HowApplyModuleWor .cradsecsrb .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}
.HowApplyModule .HowApplyModuleWor small {
  display: block;
  text-align: center;
  padding-top: 1rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.HowApplyModule .HowApplyModuleWor p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}
.HowApplyModule .actbtn {
  text-align: center;
}
.HowApplyModule .actbtn .srb-btn {
  background: #004135;
  color: #edffe8 !important;
}
.HowApplyModule .actbtn .srb-btn svg {
  margin-left: 0.625rem;
}
.HowApplyModule .actbtn .srb-btn:hover {
  background: #47ee40;
  color: #004135 !important;
}

@media (max-width: 768px) {
  .HowApplyModule {
    padding: 1.5rem 0;
  }
  .HowApplyModule .secTitle3 h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .HowApplyModule .secTitle3 p {
    font-size: 0.85rem;
  }
  .HowApplyModule .HowApplyModuleWor {
    padding: 0;
  }
  .HowApplyModule .HowApplyModuleWor .cradsecsrb {
    height: auto;
    margin-bottom: 0.9375rem;
    margin: 0.625rem 0;
  }
  .HowApplyModule .HowApplyModuleWor .cradsecsrb .srb-btn {
    width: -moz-fit-content;
    /* For older versions of Firefox */
    width: fit-content;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .HowApplyModule .HowApplyModuleWor .cradsecsrb .srb-btn {
    width: -moz-fit-content;
    /* For older versions of Firefox */
    width: fit-content;
  }
}
