a {
  color: #b2c0b9;
  text-decoration: none;
}

.body {
  background-color: #295540;
  font-family: Montserrat, sans-serif;
}

.list {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #b2c0b9;
  text-align: center;
  list-style-type: none;
}

.text-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  border-top: 1px solid #b2c0b9;
}

.container-2 {
  border-top: 1px solid #b2c0b9;
  text-align: center;
}

.text-block-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #b2c0b9;
}

.list-2 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.link {
  text-decoration: none;
}

.list-item {
  overflow: visible;
  mix-blend-mode: normal;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-item-4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-top: 15px;
  }

  .list {
    display: block;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    color: #b2c0b9;
    text-align: center;
    list-style-type: none;
  }

  .text-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .container {
    border-top: 1px solid #b2c0b9;
  }

  .list-2 {
    text-align: center;
  }
}