.link-block {
  width: 100%;
  margin-top: 5%;
  background-color: rgba(139, 196, 178, 0.72);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.section {
  padding-top: 15%;
  text-align: center;
}

.heading {
  width: 33%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: dotted;
  border-width: 3px;
  border-color: #b1f5da;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.22)), to(hsla(0, 0%, 100%, 0.22))), url('../images/Copil.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.22), hsla(0, 0%, 100%, 0.22)), url('../images/Copil.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image {
  width: 25%;
  max-width: 30%;
}