html body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.heading-line{
    text-align: center;
    background-color: black;
    color: white;
    padding-top: 7px;
    padding-bottom: 0.5px;
    border-radius: 4px;
}
.sub-heading-ling{
    text-align: justify;
}
.term-list ol >li{
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-left: 3%;
    text-align: justify;
    font-size: 18px !important;
}
.term-list ol >li .t-7{
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100% !important;
    text-align: center;
   
}
.term-list ol >li .t-7 > img{
    resize: both;
    object-fit: contain;
    border: 0.5px solid lightgray;
    border-radius: 4px;
    padding: 5px;
    max-width: 100% !important;
}
.t-11 > ul{
    margin-top: 7px;
}
.t-11 > ul > li{
    margin-bottom: 5px;
    padding-left: 1%;
}