h1 {
  color: #59aa6f;
}
.content{
  position: relative; z-index: 1000;color: #59aa6f;
}
.content strong{
  font-size: 25px; display: block; margin-bottom: 5px;
}
.content strong:before{
  position: absolute; width: 8px; height: 30px; background-color: #FFF; border-radius: 8px; content: ''; margin-left: -15px; margin-top: 2px;
}
.ns{
  position: relative; z-index: 1000; color: #59aa6f; margin-top: 100px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.circle-left-top {
  position: absolute; left: -200px; top: -200px; width: 850px; height: 850px; border-radius: 50%; background-color: #a9dcb7;
}
.circle-right-bottom {
  position: fixed; right: -200px; bottom: -200px; width: 550px; height: 550px; border-radius: 50%; background-color: #a9dcb7;
}
.logo{
  position: relative; z-index: 1000; width: 300px; height: 100px;
}
.logo a {
  color: #FFF; text-decoration: none; font-weight: bold; font-size: 30px; letter-spacing: -1px;
}
.logo a span{position: absolute; color: #59aa6f; margin-top: 50px; margin-left: -176px; font-size: 14px; letter-spacing: normal;}
