.imgContainer {
    align-items: flex-start;
}

.aboutExam .distinctSyllabusRow  {
    background: #1d2e44 !important;
}

.aboutExam .theory_info .info-form-section .list li {
    text-align: left;
}

.aboutExam .sec-title {
     margin-bottom: 0;
}

.aboutBcategory {
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 3px 2px #0000000d;
    border-radius: 15px;
    overflow: hidden;
}

.content_ofB {
    padding: 0 15px;
}

.aboutBcategory ul {
    padding-left: 0 !important;
}

.aboutBcategory ul li {
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.aboutBcategory h5 {
    font-size: 0.8rem;
    color: #ccc;
}

.aboutBcategory p {
    font-size: 0.9rem;
    margin-bottom: 0 !important;
}

.list_whatShouldKnow li {
    font-family: "BPG LE Studio 04 Caps", sans-serif;
    font-size: 1rem;
    margin-bottom: 20px;
    background: #fbfbfb;
    box-shadow: -1px 2px 3px 0px #0000000d;
    list-style-type: disclosure-closed;
    font-weight: 900;
    color: #024002;
}

.list_whatShouldKnow ul {
    margin-top: 15px;
}

h2 {
    font-size: 1.2rem;
    font-weight: 900;
    text-decoration: underline;
    margin-bottom: 10px !important;
}

.theme {
    margin: 60px 20px;
    padding: 20px 20px 60px;
    border-bottom: 1px solid #ccc;
}

.theme p {
    margin-bottom: 10px !important;
    font-size: 0.9rem;
}

strong {
    margin-top: 20px !important;
    display: block;
}

.embed-responsive {
    max-width: 500px;
}

h3 {
    color: black;
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 35px !important;
}

.twoImgs img, .twoComparison img {
    height: 150px;
}

.twoImgs {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    background: #fbfbfb;
    padding: 15px;
}

.twoComparison {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    background: #fbfbfb;
    padding: 15px;
}

.twoComparison h3 {
    margin-top: 0 !important;
}


 .theme  .accordion p {
    margin-bottom: 10px !important;
    font-size: 0.8rem;
}

 .theme table {
     width: 100%;
     text-align: center;
     border-color: #ccc;
     font-family: "BPG LE Studio 04", sans-serif;
     font-size: 0.7rem;
 }

 .blackmamba {
     background: #dcdcdc;
 }

 .withborder {
     border: 1px solid #ccc;
     padding: 15px;
 }

 .theme .btn.btn-link {
     color: black;
 }
 .whatUwillSee {
     margin: 0;
     padding: 0;
     margin-bottom: 35px;
     padding-bottom: 35px;
     border-bottom: 1px solid #ccc;
 }

 #aboutCategory > div {
     max-width: 320px;
 }

.aboutBcategory img {
    width: 100%;
}

.whenMobile {
    display: none;
}

.ticketContainer.black {
    background: #f1f1f1 !important;
}

.black {
    background-color: #ffffff !important;
    color: #383838 !important;
}

.commentContainer h3 {
    margin-top: 0 !important;
}


.accordion .card-header {
    padding: 0;
}

.accordion .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 30px;
}




@media (max-width: 767.98px) {
     #aboutCategory {
         display: flex;
         justify-content: center;
     }

    .commentsRow {
        margin-top: 50px;
    }
 }

@media (max-width: 575.98px) {

    .twoImgs {
        flex-direction: column;
        align-items: center;
    }

    .twoImgs img {
        margin-bottom: 10px;
        width: 205px;
        height: auto;
    }

    .twoComparison {
        flex-direction: column;
        align-items: center;
    }

    .twoComparison > div {
        margin-bottom: 10px;
        text-align: center;
    }

    .theme {
        margin: 60px 0px;
        padding: 20px 0px 60px;
    }

    .whenMobile {
        display: contents;
    }

}