dl, ol, ul{
    margin-top: auto;
    margin-bottom: 1rem;
}

.student-support-td tr td:first-child {
  width: 90px;
}

.alignDiv :not(h1, h2, h3, h4, h5, h6, h7, a) {
   text-align: justify;
}

a{
    text-align: initial;
}


/* task7; */
.bullet-list {
    list-style-type: disc; 
    padding-left: 0; 
  }

.cust-li{
    list-style: none; 

}

.purple-box-ch, .red-box-ch, .yellow-box-ch{
    width: 120px;
    height: 115px;
}

.green-box-ch{
    width: 120px;
    height: 85px;

}

.purple-box-en, .red-box-en, .yellow-box-en, .green-box-en{
    width: 140px;
    height: 140px;

}

.orange-box{
    width: 300px;
    height: auto;
}


