.about-main-container nav{
    margin-bottom: 180px;
}
.intellyjent-logo{
    max-width: 117px;
    margin: 0 auto;
}
.intellyjent-logo img{
    width: 100%;
    height: 100%;
}
.about-hero{
    padding-top: 0;
}
.about-hero .head-txt-wrapper .top:last-child{
    max-width: 107px;
    height: 107px;
}

.about-hero .head-txt-wrapper .top:first-child{
    max-width: 157px;
    height: 157px;
}
.about-hero .top img{
    width: 100%;
    height: 100%;
}
.eclipse-blue{
    max-width: 178px;
    height: 178px;
    align-self: center;
    margin: auto 0;
}
.eclipse-blue img{
    width: 100%;
    height: 100%;
}
.eclipse-gold{
    max-width: 117px;
    height: 117px;
    align-self: flex-end;
    margin-top: auto;
}
.eclipse-gold img{
    width: 100%;
    height: 100%;
}
.about-container{
    width: 100%;
    height: auto;
    padding: 85px 150px;
    background: url(../images/dotted-lines.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.about-container p{
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.about-container small{
    font-size: 16px;
}
.about-container a{
    text-decoration: none;
    color: #fff;
}

.faq-container{
    background: url(../images/dotted-lines-white.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 80px 150px 100px;
    gap: 100px;
}

.faq-image-wrap{
    flex-basis: 40%;
}

.faq-accordion{
    flex-basis: 60%;
}
.faq-image-wrap h3{
    color: var(--text-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.faq-image-wrap h2{
    color: var(--text-color);
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.24px;
    margin-bottom: 70px;
}
.faq-image-wrap .faq-image{
    max-width: 234px;
    height: 243px;
}
.faq-image-wrap .faq-image img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 960px){
    .about-container{
        padding: 85px 32px;
        
    }
    .faq-container{
        padding: 80px 32px 100px;
        gap: 32px;
        margin-top: 50px;
    }
    .about-main-container nav{
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 860px){
    .about-hero .head-txt-wrapper .top:last-child{
        max-width: 80px;
        height: 80px;
    }

    .about-hero .head-txt-wrapper .top:first-child{
        max-width: 97px;
        height: 97px;
    }
}
@media only screen and (max-width: 590px){
    .about-container{
        padding: 58px 16px;
    }
    .faq-container{
        padding: 50px 16px 120px;
        flex-direction: column;
        margin-top: 30px;

    }
    .faq-image-wrap{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .faq-image-wrap .faq-image{
        max-width: 91px;
        height: 91px;
    }
    .about-main-container nav{
        margin-bottom: 75px;
    }
    .intellyjent-logo{
        max-width: 85px;
    }
    .about-main-container .hero-img-section>div:nth-child(2){
        flex:2;
    }
    .about-main-container .hero-img-section>div:first-child, 
    .about-main-container .hero-img-section>div:last-child{
        flex: 0.5;
    }

    .about-hero .head-txt-wrapper .top:last-child{
        max-width: 45px;
        height: 45px;
    }

    .about-hero .head-txt-wrapper .top:first-child{
        max-width: 45px;
        height: 45px;
    }

}

@media only screen and (max-width: 436px){
    .about-main-container .hero-img-section{
        margin-top: -30px;
    
    }
}
@media only screen and (max-width: 346px){
    .faq-image-wrap h3{
        font-size: 18px;
    }
    .faq-image-wrap h2{
        font-size: 30px;
        margin-bottom: 70px;
    }

}
