.eir-first-section {
    padding: 0 10% 0 10%;
    display: flex;
    background-image: url(/img/header-glow-bg-right.webp), url(/img/header-bg.webp);
    background-position: center;
}

.eir-header{
    color: #000;
    text-align: left;
}
 

.eir-first-section-sub-heading {
    font-weight: normal;
}
  
.eir-faq {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}

.eir-faq-question {
    font-weight: normal !important;
    line-height: 32px !important;
    text-align: justify;
    color: #15143966 !important;
    background-color: transparent !important;
    column-gap: 5%;

    padding-top: 42px;
    padding-bottom: 42px;
}

.eir-faq-answer {
    width: 75%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: justify;
    color: #000 !important;
}
 

.eir-body-text {
    color: var(--black, #111);

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.243px;
}



@media only screen and (max-width:767px) {

    .eir-body-text{
        font-size: 16px;
    }
    #eir-header-section {

        background-image: url('/img/entrepreneur-in-residence/sample-image.webp');
        background-position: right top;
        margin-top: -64px;
        background-repeat: no-repeat;
        background-size: 50%;

    }

    .eir-header{
        color: #000;
        text-align: center;
    }

    .eir-first-section {
        flex-direction: column;
    }

    .eir-first-section-heading {
        text-align: center;
        font-size: 36px;
        line-height: 50px;
    }

    .eir-first-section-sub-heading {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
 
     

   

    .eir-faq-question {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .eir-faq-answer {
        font-size: 14px !important;
        width: 100%;
    }
 
}

@media only screen and (max-width: 1000px) {
    .eir-header{
        text-align: center;
        font-size: 1.5rem;
    }

    .eir-image{
        align-content: center;
        justify-content: center;
    }
}