
.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.typingText {
    color: #111112;
    font-family: "Work Sans", Sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 !important;
    min-height: 82px;
}

@media (max-width: 1024px) {
    h1.typingText {
        font-size: 32px;
        min-height: 42px;
    }
}
