.intro .main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
}

.intro .main img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.intro .main .text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 23px;
}

.intro .main h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.intro .main p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.intro .main .weak {
    color: #8AC1EA;
}

.intro .btn-next {
    margin-top: 60px;
}