#app .sectionMain .font-12 {
    font-size: 12px !important;
}

.subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #111111;
}

.w-fit-content {
    width: fit-content;
}

.article-image {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

.article-text {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

.d-flex-not-important {
    display: flex;
}

.terms-checkbox-text {
    font-family: 'Montserrat', serif;
    font-size: 12px;
    margin-top: 4px;
}

.mt-150 {
    margin-top: 50px;
}

.hidden {
    display: none !important;
}

@media (max-width: 620px) {
    .social-btn-grp a:first-child {
        margin-bottom: 12px;
    }

    .social-btn-grp a {
        margin-left: 0;
    }
}

