body {
  font-family: CircularStd, Arial, SansSerif, serif;
}

.main-content-container {
  align-content: center;
  text-align: center;
}

.iam-nav-header {
  color: #BF3836;
  font-weight: 600;
}

.iam-nav-ul li a {
  color: #000000
}

.iam-nav-ul {
  list-style: none !important;
}

ul.iam-nav-ul > li {
  list-style: none !important;
  padding: 5px;
}

.iam-content {
  width: 65% !important
}

h1 {
  text-align: left;
  font-weight: 700;
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}


@media only screen and (max-width: 777px) {
  .iam-content {
    width: 100% !important;
  }
}