.container {
    padding: 5vw;
    text-align: left;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

.about_heading {
    color: #d46142; 
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px; 
}


/* .about_p {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px; 
} */


.about_p {
    text-align: center;
    box-sizing: inherit;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    /* Test with */
    font-size: 14px !important; /* Example to check if it applies */
}
/* .about_ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 5px; 
    margin-bottom: 15px; 
} */

.about_ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 5px; 
    margin-bottom: 15px; 
}
.about_li {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px; 
}

@media (min-width: 600px) {
    .about_heading {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .about_p,
    .about_li {
        font-size: 16px;
    }

    .about_ul {
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding: 20px 80px;
    }

    .about_heading {
        font-size: 28px;
    }

    .about_p,
    .about_li {
        font-size: 18px;
    }
    .about-header {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.7), rgba(102, 16, 242, 0.7));
    color: white;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.about-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    transition: opacity 0.5s ease;
}

.about-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 1s ease-out;
}

.about-header p {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out 0.5s backwards;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5em;
    color: #e15a2a;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.about-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.about-p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #333;
    transition: color 0.3s ease;
}

.about-card:hover .about-p {
    color: #222;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
    transition: transform 0.3s ease, color 0.3s ease;
}

.about-li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: #e15a2a;
    font-weight: 900;
}

.about-card:hover .about-li {
    transform: translateX(5px);
    color: #333;
}

@media (max-width: 992px) {
    .about-header h1 {
        font-size: 2.5em;
    }

    .about-header p {
        font-size: 1em;
    }

    .section-title {
        font-size: 2em;
    }

    .about-p, .about-li {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .about-header {
        padding: 60px 15px;
    }

    .about-header h1 {
        font-size: 2em;
    }

    .about-header p {
        font-size: 0.9em;
    }

    .about-container {
        padding: 20px 15px;
    }

    .about-card {
        padding: 20px;
    }

    .section-title {
        font-size: 1.8em;
    }

    .about-p, .about-li {
        font-size: 0.95em;
    }
}
.about-header {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.7), rgba(102, 16, 242, 0.7));
    color: white;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.about-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    transition: opacity 0.5s ease;
}

.about-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 1s ease-out;
}

.about-header p {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out 0.5s backwards;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5em;
    color: #e15a2a;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.about-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.about-p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.7;
    color: #333;
    transition: color 0.3s ease;
}

.about-card:hover .about-p {
    color: #222;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
    transition: transform 0.3s ease, color 0.3s ease;
}

.about-li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: #e15a2a;
    font-weight: 900;
}

.about-card:hover .about-li {
    transform: translateX(5px);
    color: #333;
}

@media (max-width: 992px) {
    .about-header h1 {
        font-size: 2.5em;
    }

    .about-header p {
        font-size: 1em;
    }

    .section-title {
        font-size: 2em;
    }

    .about-p, .about-li {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .about-header {
        padding: 60px 15px;
    }

    .about-header h1 {
        font-size: 2em;
    }

    .about-header p {
        font-size: 0.9em;
    }

    .about-container {
        padding: 20px 15px;
    }

    .about-card {
        padding: 20px;
    }

    .section-title {
        font-size: 1.8em;
    }

    .about-p, .about-li {
        font-size: 0.95em;
    }
}
}
