.guides-banner {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.guides-block {
  background: white;
  box-shadow: 0px 35px 50px rgba(16, 28, 42, 0.03);
  border-radius: 0px 3px 0px 0px;

  padding: 20px 80px 80px 120px;
}

@media only screen and (max-width: 1199px) {
  .guides-block {
    padding: 80px 7vw;
  }
}
.container-article {
  max-width: 1510px;
}

.text-sub-title {
  font: 22px "sofia-pro", sans-serif;
  text-align: center;
}

.guides-header, .guides-header p, .guides-header ul li {
  font: 300 20px "Jubilat";
  line-height: 32px;
  color: #64717F;
}

.guides-list .text-body{
  font: 300 18px "Jubilat";
  line-height: 26px;
}


.article-block .button-secondary {
  width: 170px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .article-block .button-secondary {
    margin-left: auto;
    margin-right: auto;
  }
  .guides-block {
    padding: 10px 7vw;
  }
}

.guides-list h3 a{
  text-decoration: none;
  font-weight: inherit !important;
  border:none;
}
