.button_link {
  font-family: "Roboto";
}

.button_link {
  font-weight: 500;
}

.button_link {
  color: #008484;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

@media only screen and (max-width: 768px) {
  .button_link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}

.Box {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}

.paragraph--type--simple-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paragraph--type--simple-quote img {
  margin-bottom: 38px;
}

.paragraph--type--simple-quote h2, .paragraph--type--simple-quote h5 {
  position: relative;
  float: left;
}

.paragraph--type--simple-quote h2 {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph--type--simple-quote h2:before {
  position: absolute;
  content: url("../images/quote-left.svg");
  left: 40px;
  top: -60px;
  width: 121px;
  height: 107px;
}

.paragraph--type--simple-quote h2::after {
  position: absolute;
  width: 34px;
  height: 30px;
  right: 20px;
  bottom: 0px;
  content: url("../images/quote-right.svg");
  z-index: -1;
}

.paragraph--type--simple-quote h5 {
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .paragraph--type--simple-quote h2, .paragraph--type--simple-quote h5 {
    width: 90%;
    padding: 0% 5%;
  }
}
