/* ============================================
   AEP FILE CONTENT SECTION CSS
   ============================================ */

.aep-file-content-section {
    background-color: #0f0f0f;
    padding: 7.4rem 0;
}

.aep-file-content-section .aep-file-content__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
    align-items: center;
    gap: 8rem;
    max-width: 920px;
    margin: 0 auto;
}

.aep-file-content-section .aep-file-content__body {
    color: var(--color-white);
}

.aep-file-content-section .aep-file-content__body h2 {
    margin: 0 0 2.4rem;
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.28;
}

.aep-file-content-section .aep-file-content__text,
.aep-file-content-section .aep-file-content__text p,
.aep-file-content-section .aep-file-content__text li {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.35rem;
    line-height: 1.65;
}

.aep-file-content-section .aep-file-content__text p,
.aep-file-content-section .aep-file-content__text ul,
.aep-file-content-section .aep-file-content__text ol {
    margin: 0;
}

.aep-file-content-section .aep-file-content__text p + p,
.aep-file-content-section .aep-file-content__text p + ul,
.aep-file-content-section .aep-file-content__text p + ol,
.aep-file-content-section .aep-file-content__text ul + p,
.aep-file-content-section .aep-file-content__text ol + p {
    margin-top: 2.8rem;
}

.aep-file-content-section .aep-file-content__text ul,
.aep-file-content-section .aep-file-content__text ol {
    padding-left: 1.8rem;
}

.aep-file-content-section .aep-file-content__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aep-file-content-section .aep-file-content__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
}

.aep-file-content-section.common_section .aep-file-content__inner {align-items: stretch; max-width: 1000px; gap: 44px;}
.aep-file-content-section.common_section .aep-file-content__media img {height: 100%;}
/* .aep-file-content-section.common_section .aep-file-content__body {width: 48rem;} */
.aep-file-content-section.common_section .aep-file-content__body h2 {font-family: 'Inter'; font-weight: 500; margin-bottom: 24px; font-size: 24px; line-height: 100%; color: #FFF;}
.aep-file-content-section.common_section .aep-file-content__body p {font-family: 'Inter'; font-weight: 400; font-size: 18px; line-height: 28px; color: #A1A1AB;}
.aep-file-content-section.common_section .aep-file-content__body p + p {margin-top: 24px;}
.aep-file-content-section.common_section .aep-file-content__body ul {margin-top: 0; padding: 0;}
.aep-file-content-section.common_section .aep-file-content__body ul li {font-family: 'Inter'; font-weight: 400; font-size: 18px; line-height: 28px; color: #A1A1AB; list-style: none; display: flex; align-items: center;}
.aep-file-content-section.common_section .aep-file-content__body ul li i {display: inline-flex; width: 24px; height: 24px;}
.aep-file-content-section.common_section .aep-file-content__inner {grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);}

/* ============================================
   AEP FILE CONTENT SECTION RESPONSIVE CSS
   ============================================ */

@media (max-width: 1199px) {
    .aep-file-content-section {
        padding: 6rem 0;
    }

    .aep-file-content-section .aep-file-content__inner {
        gap: 5rem;
    }
}

@media (max-width: 991px) {
    .aep-file-content-section {
        padding: 5rem 0;
    }

    .aep-file-content-section .aep-file-content__inner {
        grid-template-columns: 1fr;
        max-width: 620px;
        gap: 3.2rem;
    }

    .aep-file-content-section.common_section .aep-file-content__inner {align-items: center; gap: 20px;}
    .aep-file-content-section.common_section .aep-file-content__body h2 {font-size: 20px;}
    .aep-file-content-section.common_section .aep-file-content__body p {font-size: 16px;}
    .aep-file-content-section.common_section .aep-file-content__body ul li {font-size: 16px;}

    
}

@media (max-width: 767px) {
    .aep-file-content-section {
        padding: 4rem 0;
    }
    

    .aep-file-content-section .aep-file-content__body h2 {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .aep-file-content-section .aep-file-content__text,
    .aep-file-content-section .aep-file-content__text p,
    .aep-file-content-section .aep-file-content__text li {
        font-size: 1.3rem;
    }

    .aep-file-content-section.common_section .aep-file-content__body h2 {font-size: 32px; line-height: 44px; padding: 0 11px;}
    .aep-file-content-section.common_section .aep-file-content__body p {font-size: 16px;}
    .aep-file-content-section.common_section .aep-file-content__body ul li {font-size: 16px;}
    .aep-file-content-section.common_section {padding: 24px 0;}

    .aep-file-content-section.common_section .aep-file-content__body {width: 100%;}
    .aep-file-content-section.common_section .aep-file-content__inner {grid-template-columns: 1fr;}
    .aep-file-content-section.common_section .aep-file-content__body {text-align: center;}
    .aep-file-content-section.common_section .aep-file-content__body ul li {justify-content: center;}
    
    
}
