/* About Section Styles */
.ogpr {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #07070E;
    margin-top: 2rem;
    color: #fff;
}

.ogpr h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.ogpr h3 {
    margin-bottom: 15px;
}
.ogpr h4 {
    margin-bottom: 15px;
}
.ogpr p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.ZRmbYd {
    color: #ff8c00;
    font-weight: bold;
}

.wkWCGYo {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 2rem; */
    margin-top: 2rem;
}

.LUjJJFSVKL {

    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.LUjJJFSVKL h3 {
    margin-bottom: 1rem;
}

.LUjJJFSVKL ul {
    list-style: none;
    padding: 0;
}

.LUjJJFSVKL ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.LUjJJFSVKL ul li:before {
    content: "•";
    color: #ff8c00;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .wkWCGYo {
        /* grid-template-columns: 1fr; */
    }
}

/* Footer Copyright Styles */
.OeoyzpM {
    background-color: #07070E;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bIKzgynu {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.onmvIlIT {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.onmvIlIT a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.onmvIlIT a:hover {
    color: #ff8c00;
}

@media (max-width: 768px) {
    .onmvIlIT {
        /* flex-direction: column; */
        /* gap: 10px; */
    }
}

@media (max-width: 600px) {
    .wkWCGYo {
        flex-direction: column;
    }

    .LUjJJFSVKL {
        margin-bottom: 30px;
    }
}