.homepage-block .message-from-headshot {
  width: 100px;
  height: auto;
  border-radius: 50% 50%;
}
.homepage-block .intro-copy a p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  font-size: 20px !important;
  line-height: 26px !important;
  text-align: center !important;
  color: #33739f !important;
  text-transform: uppercase !important;
}
.homepage-block .button-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.homepage-block .button-container .button-link.blue {
  border: 2px solid #33739f;
  color: #33739f;
  font-size: 20px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  justify-content: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 100px;
  text-align: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
  transition: all 0.25s;
}
.homepage-block .button-container .button-link.blue:hover {
  background: #33739f;
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=tcnj_intro_message.css.map */