@media screen and (max-width: 768px) {


  #ml-full-body {
    width: 95%;
    display: flex;
    padding: 0;
    margin: auto;
    align-items: center;

}

#ml-left-body {
    display: none;
}

#ml-center-body {
    width: 100%;
    background-color: #ffffff;
    display: block;
    padding: 0;
    margin: 0;
}

#ml-right-body {
    display: none;
}

.ml-main-box {
    border: #d0d0d1 solid 1px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
    row-gap: 15px;
    margin-bottom: 20px;
}

.ml-kb-box {
    background-color: #f5f5fe;
    border: 1px solid grey;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}

.ml-kb-box img {
    width: 100%;
    height: auto;
}

.ml-kb-box-cat-hdrs {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: rgb(3, 61, 168);
    padding: 10px;
}

.ml-link-name {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #665a60;
    text-decoration: none;
}

.ml-link-name:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #0376fa;
    text-decoration: underline;
}

.ml-kb-box-cat-links {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    color: #665a60;
    padding-left: 10px;
}

.ml-page-hdrs {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #665a60;
  margin-bottom: 15px;
}


}