.btnN0 {
  margin-right: 50px;
  background: #680717;
  color: #eaddce;
  border: 5px solid #680717;
}
.btnN0:hover, .btnN1:hover {
  color: #680717;
  background: #eaddce;
  border: 5px solid #eaddce;
}
.services ul li {
    margin-bottom: 10px;
}
.blogArticle h2 {
    cursor: default;
    font-family: 'aleobold';
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #eaddce;
}
.descrWrap h2 {
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.blogArticle ul li {
    list-style: circle;
    color: #eaddce;
    cursor: default;
    padding-left: 3px;
    margin-left: 0px;
    margin-top: 20px;
    line-height: 1.7;
}