* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
}

.academic-para {
  padding: 50px 0px;
  font-size: 16px;
}
.academic-para p {
  text-align: justify;
}
.programs h1 {
  text-align: center;
  color: var(--red);
  font-weight: bold;
  padding-bottom: 30px;
}
/* .programs .row{
  row-gap:35px;
} */
.card-body h5 {
  text-align: center;
  border-bottom: 2px solid var(--red);
  font-weight: bold;
  padding: 20px 20px 20px 0;
  border-width: 0 0 1;
}
.card img {
  height: auto;
}
.card-body p {
  text-align: center;
  padding: 20px;
}
.card-body {
  position: relative;
}
/* .card-title:before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 159px;
  border: 1px solid #f58220;
  display: block;
  width: 65px;
  height: 1px;
  background-color: #f58220;
  z-index: 1;
} */
.card-title3::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 248px;
  border: 2px solid #f58220;
  display: block;
  width: 65px;
  height: 1px;
  background-color: #f58220;
  z-index: 1;
}
.card-titles::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 228px;
  border: 2px solid #f58220;
  display: block;
  width: 65px;
  height: 1px;
  background-color: #f58220;
  z-index: 1;
}
.academic-para h1 {
  text-align: center;
  color:var(--red);
  font-weight: bold;
  padding-bottom: 10px;
}
.academic-program .card {
  border: 1px solid #ccc;
}
