@media(max-width: 1024px) {
    .submain__page-page {
        width: calc(100% + 40px);
        overflow: hidden;
        padding-left: 20px;
        margin-left: -20px;
        padding-right: 20px;
    }
}

@media(min-width: 1024px) {
    .submain__page-page {
        overflow: hidden;
        width: calc(100% + 20px);
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
}

.card-page {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.submain-page__title {
    padding-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .submain-page__title {
        padding: 0;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .submain-page__title {
        font-size: 24px;
    }
}

.text {
    margin-top: 24px;
}
@media (max-width: 768px) {
    .text {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }
}

.orangeLine {
    border-bottom: 5px solid #FFA800;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important;
}

a.link {
    color: #FFA800;
    text-decoration: underline;
}

.page__content {

}

.page__content p {
    margin-bottom: 20px;
}

.page__content ul {
    list-style-type: disc;
    line-height: 1.5;
    margin: 10px 0px 10px 20px;
}

.page__content ul li::marker {
    color: var(--orange);
}

.mt-2 {
    margin-top: 2rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}

.card-page {
    padding: 25px 20px;
    background: var(--white);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 13%);
    border-radius: 20px;
    margin-bottom: 100px;
}

.card-page .title {
    margin: 0px 0px 15px;
    padding: 0px;
    line-height: 1.2;
    font-size: 18px;
    color: #000000;
}

.card-page .subtitle {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    font-weight: bolder;
}
