
.big_title {
    margin: 0 auto;
    width: 100%;
}

.big_title .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

.big_title strong {
    font-weight: inherit;
    position: relative;
    display: inline-block;
}

.big_title strong {
    color: var(--primary);
}

.big_title em {
    color: var(--secondary);
    text-decoration: none;
    font-style: normal;
}

.big_title h1, .big_title h2, .big_title h3, .big_title h4, .big_title h5, .big_title h6 {
    width: 100%;
}