  body {
      font-family: ff-dagny-web-pro, sans-serif;
      font-weight: 300;
      font-style: normal;
  }

  .table td, .table th {
      vertical-align: middle;
  }

  .table {
      margin: 0;
  }

  .table tr td img {
      width: 100%;
  }

  .table tr td {
      border: none;
  }

  .nopadding {
      padding: 0 !important;
  }

  .geoGradient {
      background: rgb(206, 217, 183);
      background: linear-gradient(141deg, rgba(206, 217, 183, 1) 0%, rgba(185, 202, 150, 1) 100%);
  }

  ul.nav li a, ul.nav li a:visited {
      color: #3C3C3A !important;
  }

  ul.nav li a:hover, ul.nav li a:active {
      color: #3C3C3A !important;
  }

  ul.nav li.active a {
      color: #3C3C3A !important;
  }

  .your-class img {
      width: 100%;
  }

  .padded-content {
      margin-left: 0px;
      margin-right: 0px;
  }

  .round-image {
      border-radius: 12px;
  }