* {
  font-family: 'Inter';
}
.tm-security-bg-light-gray {
  background: rgba(249, 250, 251, 1);
}
.tm-security-max-width {
  margin: auto;
  width: 90%;
  max-width: 1140px;
}

.tm-security-height-1 {
  height: 250px;
}

@media only screen and (min-width: 1024px) {
  .tm-security-max-width {
    margin: auto;
    width: 90%;
    max-width: 1140px;
  }
 
}

@media screen and (max-width:1023px) {
  .responsive-section .responsive-section-lft,.responsive-section-four .responsive-section-lft {
    order: 1;margin: 30px 0 0;
    padding-right: 0;
}
  .responsive-section-rgt img.w-full {
    width: 50%;
}.responsive-section-lft p {
  text-align: center;
  margin: 0 0 30px;
}
.responsive-section-lft p.pb-8 {
  padding: 0;
}.responsive-section-two .responsive-section-lft {
  margin: 30px 0 0;
  padding: 0;
}
.responsive-section-two .responsive-section-lft p:last-child {
  margin: 0;
}
.responsive-section-three .lg\:w-1\/3 {
  width: 33%;
}
.responsive-section-four div.tm-tfi-button2 {
  margin: 0 auto;
}
}


@media screen and (max-width:575px) {
  .responsive-section-rgt img.w-full {
    width: 90%;
}
.responsive-section .responsive-section-lft h1,.responsive-section-three h1,.responsive-section-four h1 {
  margin: 0 0 10px;
}
.responsive-section-three .lg\:w-1\/3 {
  width: 50%;
  padding: 0 13px;
}
}