body #news {
  background: transparent;
}

.back {
  padding: 15px;
}

.back a {
  text-decoration: underline;
  color: #ff6c22;
  font-family: "SFProDisplay";
  font-size: 16px;
  font-style: normal;
  font-weight: 9;
  line-height: 18px;
  letter-spacing: 0.3000000119px;
  text-align: left;
}

.content {
  padding: 8% 0 0 0;
}

.content * :not(br){
  margin-top: 30px;
}

.img:first-child {
  margin: 0;
}

.date {
  color: #718096;
}

#news.blog {
  padding: 8% 0;
}

#blog .img img {
  width: 100%;
}

.attention {
  background: #DE69442B;
  border-radius: 6px;
  padding: 20px;
  font-family: "SFProDisplay";
}

.text {
  font-family: "SFProDisplay";
  font-weight: 8;
}

.important {
  color: #DE6944;
  font-weight: 6;
}

.attention .important {
  margin-right: 30px;
}

#blog .img:last-child img {
  width: auto;
  margin: 0;
}

#blog .text:last-child {
  font-weight: 6;
}

.form-consult {
  padding: 5%;
  background: white;
  border-radius: 13px;
  border: 2px solid rgba(12, 164, 235, 0.69);
}

.form-consult * {
  margin: 0;
}

.consult-form button {
  width: 184px;
  height: 49px;
  background: #00c9a7;
  box-shadow: 2px 2px 18px rgba(0, 201, 167, 0.24);
  border-radius: 6px;
  color: white;
  border: 1px solid transparent;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 768px) {
  body .bold {
    font-weight: 6;
    display: block;
  }

  body h1 {
    font-size: 22px;
  }
}