.login_start {
    display: block;
}

.products_container {
    background: #FFFFFF;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(1, 76, 141, 0.1);
}

.products_title {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    padding: 1rem 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #4558F1;

}


.products_content {
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: justify;
    max-width: 900px;
}

.products_content h2 {
    font-size: 22px;
    color: #4558F1;
    margin: 35px 0 20px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(1, 76, 141, 0.1);
}

.products_content h4 {
    font-size: 18px;
    color: #4558F1;
    margin: 30px 0 15px;
    font-weight: 600;
}

.products_content p {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

.products_content a {
    color: #0168b8;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .products_content a:hover {
        color: #4558F1;
        text-decoration: underline;
    }
}

.products_content ul {
    margin-bottom: 1.5em;
    padding-left: 2em;
}

.products_content li {
    margin-bottom: 0.8em;
    position: relative;
}

.products_content li:before {
    content: "•";
    color: #4558F1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.products_content strong {
    color: #000000;
    font-weight: 600;
}


@media (max-width: 768px) {
    .products_container {
        padding: 25px 20px;
        margin: 30px auto;
    }

    .products_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .products_content {
        padding: 0;
    }

    .products_content h2 {
        font-size: 20px;
        margin: 30px 0 15px;
    }

    .products_content h4 {
        font-size: 17px;
        margin: 25px 0 12px;
    }
}

.products_container {
    background: #FFFFFF;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(1, 76, 141, 0.1);
}

.products_title {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    padding: 1rem 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #4558F1;

}


.products_content {
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: justify;
    max-width: 900px;
}

.products_content h2 {
    font-size: 22px;
    color: #4558F1;
    margin: 35px 0 20px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(1, 76, 141, 0.1);
}

.products_content h4 {
    font-size: 18px;
    color: #4558F1;
    margin: 30px 0 15px;
    font-weight: 600;
}

.products_content p {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

.products_content a {
    color: #0168b8;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .products_content a:hover {
        color: #4558F1;
        text-decoration: underline;
    }
}

.products_content ul {
    margin-bottom: 1.5em;
    padding-left: 2em;
}

.products_content li {
    margin-bottom: 0.8em;
    position: relative;
}

.products_content li:before {
    content: "•";
    color: #4558F1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.products_content strong {
    color: #000000;
    font-weight: 600;
}


@media (max-width: 768px) {
    .products_container {
        padding: 25px 20px;
        margin: 30px auto;
    }

    .products_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .products_content {
        padding: 0;
    }

    .products_content h2 {
        font-size: 20px;
        margin: 30px 0 15px;
    }

    .products_content h4 {
        font-size: 17px;
        margin: 25px 0 12px;
    }
}


.user_info{
    display: none;
}
