.trusted-approach {
  padding: 50px 0;
}
.trusted-approach-inner h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #12205e;
  text-align: center;
  margin: 0;
  padding: 0 0 24px 0;
}
.trusted-approach-inner p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #12205e;
  max-width: 623px;
  margin: 0 auto;
}
.trusted-approach-inner .mobile-show {
  display: none;
}
.trusted-approach-inner .trusted-approach-button {
  text-align: center;
  margin-top: 34px;
}
.trusted-approach-inner .trusted-approach-button a{
    color: var(--white);
    background-color: var(--primary);
    font-size: 16px;
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 24px;
    line-height: 16px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
}
.trusted-approach-inner .trusted-approach-button a:hover{
  background: var(--primary-text-hover);
}

@media screen and (max-width: 991px) {
  .trusted-approach-inner h2 {
    font-size: 40px;
    line-height: 46px;
    padding: 0 20px 16px 20px;
  }
}
@media screen and (max-width: 767px) {

  .trusted-approach-inner h2 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 20px 16px 20px;
  }
  .trusted-approach-inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .trusted-approach-inner .mobile-show {
    display: block;
  }
  .trusted-approach-inner .mobile-hide {
    display: none;
  }
  .trusted-approach-inner .trusted-approach-button a {
    margin-top: 16px;
  }
}
