@import url(https://fonts.googleapis.com/css?family=Poppins);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
#bdy {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.container_sld {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 3em;
}

.container_sld img {
  display: flex;
  width: 250px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}

.container_sld .card_content {
  display: flex;
  padding: 2.1rem;
}

.cards {
  width: 100%;
  position: relative;
}

.title {
  position: relative;
  font-weight: 400;
  font-family: "Cinzel";
  width: 80%;
  text-align: center;

  padding: 0.4em;
}
.sub-title {
  position: relative;
  font-weight: 200;
  font-family: "Cinzel";
  width: 80%;
  text-align: center;
}
