.tooltip-button {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.8rem;
  font-size: 1.4rem;
  margin: 1.5rem auto auto;
  text-decoration: underline;
  color: #003C44;
  cursor: pointer;
  transform: scale(0.9, 1);
}

.tooltip-text {
  visibility: hidden;
  font-size: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-top: 2.2rem;
  max-width: 27.6rem;
  display: flex;
  background: #FFFFFF;
  color: #0f0f0f;
  position: absolute;
}
.tooltip-text .text-container {
  padding: 0.9rem 1.4rem;
  width: max-content;
}

@media only screen and (max-width: 767px) {
  .info-content {
    z-index: 1;
    width: 31rem;
    height: auto;
    box-shadow: none;
    margin-top: 0;
    padding: 0 20px;
  }
  .info-content hr {
    width: 70%;
  }
}