@import url(../../global.css);

.sec4 .content .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
}

.sec4 .content .cards .c1 {
  background: linear-gradient(126deg,rgba(30, 21, 66, 1) 0%, rgba(5, 0, 0, 1) 100%);
  padding: 10px;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: row;
  max-width: 100%;
  gap: 30px;
  justify-content: center;
  margin: 10px 0;
}

.sec4 .content .cards .info h3 {
  text-align: center;
  padding: 5px;
}

.sec4 .content .cards .info ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px;
  height: 220px;
  align-items: flex-start;
}

.sec4 .content .cards .info ul li {
  list-style-type: circle;
}

.sec4 .content .cards #button {
  text-align: center;
  font-size: 15px;
}

.lastCard {
  background: linear-gradient(126deg,rgba(30, 21, 66, 1) 0%, rgba(5, 0, 0, 1) 100%);;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}