.instruction-ul p {
    text-align: left;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.instruction-ul img {
    position: relative;
    top: 2px;
    left: -4px;
}

.inner-img img {
    box-shadow: 0 0 10px #3f405a8c;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.inner-img img:before {
    width: 0;
    height: 0;
    border-top: 30px solid #639431;
    border-right: 30px solid transparent;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 0;
}

.e-magazine {
    /* display: flex; */
    /* width: 116px; */
    /* width: 197px; */
    margin: 12px;
    background: #28cece;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #1f8a8a;
}

.e-magazine a {
    color: white;
    text-decoration: none;
}

.e-magazine img {
    width: 46px;
}

.e-magazine p {
    margin: 8px;
    text-align: center;
    color: white;
}

.Academics-heading {
    font-size: 35px;
    padding: 20px 0px;
}

.collapse-sec {
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0);
    padding: 10px 15px;
}

.collapse-sec h3 {
    padding: 10px 0px;
}

.collapse-sec table tr {
    border: 1px solid #0000002e
}

.collapse-sec table tr th {
    padding: 10px;
}

.collapse-sec table tr td {
    padding: 10px;
}

.collaped-heading {
    font-size: 21px;
}

.content-a a {
    background: #fcdb00;
    padding: 7px 17px;
    color: black !important;
    border-radius: 8px;
    font-weight: 500;
}

.card-header {
    padding: 0.1rem 1.25rem !important;
}