.bold {
    font-weight: bold;
}
.strong {
  font-size: 1.6rem;
}

.entry-btn .btn-wrapper a{
    font-size: 2rem;
}
@media screen and (max-width:659px) {
.entry-btn .btn-wrapper a{
    font-size: 1.6rem;
    line-height: 1.2;
}
  .strong {
    font-size: 1.4rem;
  }
  .logo_img {
    width: 80%;
  }
}