section.about-learn-sec{
    background: var(--main-bg);
}
section.about-learn-sec img{
    height: 410px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

/* faqs sec */
section.faqs .head {
    text-align: center;
    margin-bottom: 50px;
}
section.faqs{
    background: var(--main-bg);
}
section.faqs img{
    width: 90%;
    border-radius: 20px;
    height: 430px;
    object-fit: cover;
}
section.faqs .head h2{
    font-size: 32px;
}
section.faqs .head p{
    color: #fff;
}
.accordion-button:not(.collapsed){
    background: transparent;
}
.accordion-item{
    background: transparent;
    border: 1px solid #ffffff94;
    border-radius: 0px;
    margin-bottom: 0px;
}
.accordion-button{
    background: transparent;
    color: #fff;
}
      
.accordion-body{
    color: #fff;
    opacity: .8;
    font-family: var(--primary-font);
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.4rem;
}
.accordion-button:not(.collapsed){
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border-bottom: 1px solid #ffffff60;
    background: #4077b8;
}
a.main-btn{
    max-width: 245px;
}

@media (max-width: 980px){
    section.about-learn-sec .col-5{
        width: 100%;
    }
    section.about-learn-sec .col-7{
        width: 100%;
    }
    .course-include h2{
        font-size: 18px;
    }
    section.about-learn-sec img{
        height: auto;
        margin-bottom: 25px;
    }
    section.cta h2{
        font-size: 20px;
    }
    section.faqs .head h2{
        font-size: 20px;
    }
    section.faqs .col-5{
        width: 100%;
        margin-bottom: 30px;
    }
    section.faqs .col-7{
        width: 100%;
    }
    section.faqs .col-5 img{
        height: auto;
    }
}