.topics-container {
  row-gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, max(220px, 1fr))!important;
  align-content: center;
  /* margin-top: 5vh; */
  margin-bottom: 100px;
}

.topics-content {
  margin-top: 10%;
  padding: 30px;
  border: #56595a81 1px solid;
  border-radius: 10px;
  background: rgb(156, 122, 168);
  background-image: linear-gradient(to right, #30c9cd, #009abf, #006aa9, #003982, #20014d);
  color: aliceblue;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3); */
  text-align: center;
  height: 42rem;
  /* min-height: fit-content;
  word-wrap: normal; */
}
h4 {
  font-size: 30px;
}
.h1 {
  padding-bottom: 20px;
  /* text-shadow: 2px 2px 4px #b3a9a9; */
}


.ieee-h4{
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.cs-img{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2rem;
}

.cs-h4{
  margin-top: 20px;
  font-weight: 700;
}

.mtts-h4{
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: 700;
}

.topics-heading {
  text-align: center;
  margin-top: 10vh;
}

@media only screen and (max-width: 1200px){
  .topics-content{
    height: fit-content;
      }
}
