:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.section {
  margin-bottom: 2px;
  padding-bottom: 0;
}

.columns {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-2 {
  padding-bottom: 10px;
}

.link {
  margin-bottom: 9px;
  padding-bottom: 2px;
}

.nav-menu {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  margin-right: 388px;
}

.heading {
  text-align: center;
}

.link-2, .link-3, .link-4, .link-5 {
  text-decoration: none;
}

.text-block {
  text-align: center;
  margin-top: 22px;
  position: static;
}

.container-3 {
  text-align: center;
  padding-bottom: 20px;
}

.centerer {
  justify-content: center;
  display: flex;
}

.nav-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
  text-align: center;
}

.image {
  width: 100%;
  height: 100%;
}

.brand {
  display: none;
}

.image-2 {
  width: 238px;
  margin-bottom: 20px;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    max-height: 67.5vh;
    overflow: auto;
  }

  .navbar {
    width: auto;
    float: none;
    object-fit: fill;
    display: block;
    position: relative;
  }

  .nav-link {
    font-size: 20px;
  }

  .icon {
    font-size: 40px;
  }

  .menu-button {
    padding: 12px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    font-size: 44px;
  }

  .menu-button {
    padding: 6px;
  }
}


