.usp-section-lp-30 {
  padding: 60px 20px;
  background: #042D5A;
}

.usp-section-lp-30 .wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.usp-section-lp-30 .wrap .top-contents {
  display: flex;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner {
  width: 100%;
  max-width: 50%;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner label {
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 1.625;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: unset;
  font-family: Roboto;
  margin-bottom: 12px;
  display: block;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  line-height: 65px;
  font-family: Roboto;
}

.usp-section-lp-30 .wrap .top-contents .boxed-wrapper {
  display: flex;
  gap: 2rem;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap {
  background: #fff;
  border-radius: .75rem;
  padding: 4rem 1rem;
  width: 100%;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap h3 {
  font-size: 56px;
  font-weight: 500;
  line-height: 84px;
  font-family: Roboto;
  color: #000;
  text-align: center;
}

.usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32.5px;
  font-family: Roboto;
  color: #000;
  text-align: center;
}

.usp-section-lp-30 .wrap hr {
  margin: 40px 0;
}

.usp-section-lp-30 .wrap .bottom-contents-inner {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap {
  width: 100%;
  max-width: calc(100% / 3 - 62px);
}

.usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

.usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap p {
  font-family: Roboto;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.89px;
}

@media screen and (max-width: 767px) {
  .usp-section-lp-30 {
    padding: 40px 20px;
  }
  .usp-section-lp-30 .wrap .top-contents {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
  }

  .usp-section-lp-30 .wrap .top-contents .top-contents-inner label {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }
  .usp-section-lp-30 .wrap .top-contents .top-contents-inner h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .usp-section-lp-30 .wrap .top-contents .top-contents-inner {
    max-width: 100%;
  }
  .usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap {
    padding: 24px 8px;
  }
  .usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }
  .usp-section-lp-30 .wrap .top-contents .top-contents-inner .boxed-content-inner-wrap h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 30.89px;
  }
  .usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap {
    max-width: 100%;
  }
  .usp-section-lp-30 .wrap .top-contents .boxed-wrapper {
    gap: 32px;
  }
  .usp-section-lp-30 .wrap hr {
    display: none;
  }
  .usp-section-lp-30 .wrap .bottom-contents-inner {
    flex-direction: column;
    gap: 24px;
  }
  .usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .usp-section-lp-30 .wrap .bottom-contents-inner .bottom-content-inner-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}