/* contact-section(thanks) */

.contact-section .thanks-text {
  text-align: center;
  line-height: 2;
  font-size: 20px;
}

.contact-section .thanks-link {
  display: block;
  width: max-content;
  color: #1a73e8;
  text-decoration: underline solid 1px;
  text-underline-offset: 3px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.contact-section .thanks-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .contact-section .thanks-text {
    font-size: 16px;
  }
}
