/* PAGE CONTAINER */
.about-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2b2b2b;
     padding-top: 120px;
}
/* FORCE ABOUT US HEADING VISIBILITY */
.about-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 30px;
     margin-bottom: 40px;

    color: #1e2a38;
    line-height: 1.2;
}

/* HEADINGS */
.page-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1e2a38;
}

.section-heading {
    font-size: 22px;
    font-weight: 600;
    margin: 55px 0 25px;
    color: #1e2a38;
}

/* ABOUT TEXT */
.about-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* CEO SECTION */
.ceo-section {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.ceo-text {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
}

.ceo-text p {
    margin-bottom: 18px;
}

.ceo-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 30px;
}

.ceo-photo img {
    max-width: 260px;
    border-radius: 6px;
}

.ceo-signature {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.6;
}

.ceo-photo img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ceo-section {
        flex-direction: column;
    }

    .ceo-photo {
        margin-top: 20px;
    }
}
/* JUSTIFY TEXT FOR ABOUT & CEO SECTIONS */
.about-content p,
.ceo-text p {
    text-align: justify;
    text-justify: inter-word;
}
