﻿.security-title {
    text-align: center;
    color: #1b6ec2;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.security-text {
    margin: 0 auto;
    color: #333;
    line-height: 1.8;
    font-size: 1.05rem;
    text-align: justify;
    padding: 0 1rem;
}

    .security-text p {
        margin-bottom: 1rem;
    }

    .security-text h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 0.8rem;
        font-weight: 700;
    }

    .security-text a {
        color: #0077cc;
        text-decoration: none;
    }

        .security-text a:hover {
            text-decoration: underline;
        }

@media (max-width: 991px) {
    .security-title {
        font-size: 1.8rem;
    }

    .security-text {
        font-size: 1.3rem;
        line-height: 1.7;
    }

    h2 {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .security-title {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }

    .security-text {
        font-size: 1.2rem;
        padding: 0 0.5rem;
        text-align: center;
    }

        .security-text h2 {
            text-align: left;
            font-size: 1.2rem;
        }

    h2 {
        text-align: center !important;
    }
}
