.animated-text {
    font-family: 'Lexend', sans-serif;
    font-size: 80px;
    line-height: 1.2;
    color: var(--color-primary);
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}

.animated-text p {
    margin: 0;
}

.animated-text .left,
.animated-text .right {
    position: relative;
    transition: 100ms linear;
}

.animated-text .left {
    right: 100%;
}

.animated-text .right {
    left: 100%;
}

@media (max-width: 1199px) {
    .animated-text {
        font-size: 43px;
        letter-spacing: 0.52px;
        line-height: 60px;
    }
}
