body {
  background: #3f299c;
  font-family: 'Poppins', sans-serif;
}
.logo {
  border: 5px solid #00c0ff;
  padding: 10px;
  background: #fff;
  border-radius: 16px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.clg-name {
  justify-content: center;
}
.text-center {
  justify-content: center;
}
.clg-name h1 {
  color: #fff;

  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
}
.clg-name h2 {
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.clg-name h3 {
  text-align: center;
  color: #fff;
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
}
.clg-name h4 {
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin: 0px;
  font-weight: 500;
}
.clg-name h1 a {
  color: #e8f800;
  text-decoration: none;
}
.section {
  background: #fff;
  margin-top: 38px;
  padding: 20px;
}
.section h1 {
  color: #000;
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
}
.section h1 a {
  color: #ff002b;
  text-decoration: none;
}
.section h3 {
  text-align: center;
  color: rgb(25, 1, 240);
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-top: 0px;
}
.section h2 {
  color: rgb(5, 2, 34);
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-top: 0px;
}
.section h4 {
  text-align: start;
  color: rgb(3, 117, 22);
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}
.courses {
  list-style: none;
  padding-bottom: 50px;
}

.Counselling {
  /* list-style: none; */
  padding-bottom: 50px;
}

.courses li,
.Counselling li {
  color: rgb(5, 2, 34);
  font-family: 'Mukta Malar', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-top: 0px;
}
.courses li a,
.Counselling li a {
  text-decoration: none;
}
.text-align-center {
  text-align: center;
}
.text-center {
  padding-bottom: 30px;
}
.table {
  width: 70%;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  font-size: 20px;
}

.table th {
  /* border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; */
  padding: 10px;
  background: #202a7d;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.table td a {
  color: rgb(12 12 12);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 10px;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.info-blk {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #202a7d;
  padding: 20px;
  margin: 0 auto 20px;
  line-height: 1.75;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
div em,
li em {
  font-style: normal;
  color: #0054ab;
  font-weight: 600;
  font-size: 20px;
}
ul li,
ol li {
  margin-bottom: 10px;
}

header .clg-name-text h1,
header .clg-name-text h2,
header .clg-name-text h3,
header .clg-name-text h1 {
  margin: 0;
}

.align-rowcol {
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .align-rowcol {
    flex-direction: column;
  }
  ul {
    margin: 0 0 0 20px;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .table {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .clg-name h1 {
    font-size: 24px;
  }
  .clg-name h2,
  .clg-name h4 {
    font-size: 18px;
  }
  .clg-name h3 {
    font-size: 20px;
  }
  .section h1,
  .section h2,
  .section h3,
  .section h4 {
    font-size: 20px;
  }
  .courses li,
  .Counselling li {
    font-size: 18px;
  }
  .table {
    width: 100%;
    font-size: 16px;
  }
  header {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .clg-name h1 {
    font-size: 20px;
  }
  .clg-name h2,
  .clg-name h4 {
    font-size: 16px;
  }
  .table {
    font-size: 14px;
  }
  .section h4 {
    padding-left: 20px;
  }
  .info-blk {
    width: 90%;
  }
}
