.text-3xl {
    font-size: 3rem;

  }
.text-4xl {
    font-size: 4rem;
}
/* .text-3xl {
    font-size:
} */
.h-18 {
    height: 4.5rem;
  }

.border-6 {
    border-width: 6px;
  }

.text-2xs {
    font-size: 0.6rem;
    line-height: 1.25rem;
}
.border-t-10 {
    border-top-width: 11px;
  }

.w-74 {
    width: 19rem;
  }
.bg-nav {
    background-color: #253D67;
}

.text-body {
   color: #253D67;
}

.text-nav {
    color: #C5CAD7;
}

.border-blue {
    border-color: #253D67;
  }

.w-66 {
    width: 17.5rem;
  }

.text-story{
    color:#5E5E5E;
}

.border-silver {
    border-color: #A0A0A0;
}

.text-xxl {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
[x-cloak] {
  display: none !important;
}