.center-cards {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  /* margin-bottom: 200px; */
}
.center-cards {
  border: solid 1px black;
  border-radius: 10px;
}
.center-cards2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
}

.navlist {
  list-style: none;
}
.navlist {
  line-height: 20px;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.navlist hr {
  width: 30px;
}
.navlist li {
  cursor: pointer;
}
.hdn-list {
  color: #d6a4a4;
  font-weight: bolder;
}
hr {
  border: 1px solid;
}
.center-cards img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.general {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.center-cards2 img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.headings-1 {
  border-bottom: 2px solid grey;
  border-top: 2px solid grey;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  text-align: center;
}
.headings-1:hover {
  cursor: pointer;
  background-color: rgb(158, 157, 157);
  color: white;
  border-bottom: 2px solid grey;
  border-top: 2px solid grey;
  border-top-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  text-align: center;
  transition: 0.4s ease-in-out;
}

.lifestyle {
  width: 50%;
  margin: 0px auto;
}
img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.logo {
  box-shadow: none;
}
.footer1 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.SPORTS {
  width: 80%;
  margin: 20px 50px;
}
.BUSINESS-ECONOMY {
  width: 80%;
  margin: 20px 50px;
}
.WORLD {
  width: 80%;
  margin: 20px 50px;
}
.list-right {
  list-style-position: inside;
  text-align: left;
  padding: 10px;
}
