@media screen and (max-width: 550px) {
  .common_heading {
    background-color: green;
    color: white;
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 22px;
  }
  .mot_descr h3,
  .vision h3,
  .mission h3 {
    color: green;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .mot_descr p {
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify !important;
  }
  .mot_descr img {
    border-radius: 5px;
    box-shadow: 5px 5px rgb(0, 0, 0, 17%);
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
  }
  .mot_descr a {
    color: #5a5a5a;
    font-weight: 400;
    word-break: break-all;
  }
  .mot_descr a:hover {
    color: green;
  }
  .common_para,
  .mission ul li {
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: justify !important;
    line-height: 32px;
  }
  .mission ul {
    list-style-type: disc;
    margin-left: 15px;
  }
  table,
  th,
  td {
    border: 1px solid #5a5a5a !important;
    border-collapse: collapse !important;
  }
  .table td {
    padding: 5px !important;
  }
  .table th {
    font-weight: 600 !important;
    vertical-align: middle !important;
  }

  .mot_descr h4 span {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 2px solid green;
    line-height: 30px;
  }
  .mot_descr .card-body{
    padding: 10px;
  }
  .indent{
    font-weight: 600;
    color: black;
  }
}
