main,
.dialect-start {
    display: flex;
    flex-direction: column;
    background: var(--bgc-card);
    justify-content: center;
    align-items: center;
    height: 400px;
    border-radius: 3rem;
    text-align: center;
    gap: 30px;
}

.lang--left {
    display: flex;
    background: var(--bgc-card);
    border-radius: 3rem;
    justify-content: space-between;
    align-items: center;
}

.lang--left--img {
    display: flex;
    max-height: 400px;
    max-width: 500px;
    border-radius: 3rem;
}

.lang--left--right {
    display: flex;
    flex-direction: column;
    width: 50vw;
    justify-content: center;
    padding: 0 6rem;
}

.lang--left--right__text {
    gap: 1rem;
}

.lang--right {
    display: flex;
    flex-direction: row-reverse;
    background: var(--bgc-card);
    border-radius: 3rem;
    justify-content: space-between;
    align-items: center;
}

.lang--right--img {
    display: flex;
    max-height: 400px;
    max-width: 500px;
    border-radius: 3rem;
}

.lang--right--text {
    display: flex;
    flex-direction: column;
    width: 50vw;
    justify-content: center;
    padding: 0 6rem;
}

.lang--right--text__p {
    gap: 1rem;
}

.dial-mean {
    display: flex;
    background: var(--bgc-card);
    border-radius: 3rem;
    justify-content: space-between;
    align-items: start;
    padding: 1rem 3rem;
}

.dial-mean--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 3rem;
    width: 50%;
}