body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #79aaff;
  text-decoration: underline;
}

.head {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #575757;
  color: #fff;
  text-align: center;
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding: 57px 64px;
  background-color: #fff;
}

.picblock {
  width: 50%;
  margin-bottom: 21px;
  margin-left: 42px;
  float: right;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.button {
  margin: 10px 14px;
  border-radius: 9px;
  background-color: #ec383b;
  font-weight: 700;
}

.section {
  background-color: #b4b4b4;
}

.heading {
  font-size: 24px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .picblock {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 13px 14px;
  }
}