@charset "UTF-8";

.line__title{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #39B618;
  font-family: 'm-plus-1', sans-serif;
}

@media screen and (max-width: 768px) {
  .line__title {
    font-size: 24px;
  }
  .line__text {
    font-size: 14px;
  }
}

.line__link {
  margin-top: 40px;
}

.line__link a {
  display: block;
}
.line__link a:hover{
    opacity: 0.8;
}
