body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
.card {
    border-radius: 1rem;
    background: #fff;
}
h1, h2, h3 {
    /* color: #28634e; */
}
ul {
    margin-bottom: 1rem;
}
.card-body {
    line-height: 1.7;
}

  .contact-frm {
/* background-image: url(../images/banner-frm.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
  }
