@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.video-card {
  background-color: white;
  width: 95%;
  margin: auto;
  padding: 24px;
  border-radius: 12px;
  margin-top: 20px;
  min-height: 700px;
}
.video-main {
  border-radius: 12px;
  margin: 0;
  width: 100%;
  margin-top: 5px;
  height: 600px;
}
.iframe-pdf{
  height: 550px;
}
.video-element {
  margin: auto;
  display: block;
  border-radius: 24px;
  width: 700px;
  min-height: 550px;
}
.mp3-player {
  margin: auto;
  display: block;
}
.video-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
  font-family: "PT Serif", serif;
  color: #144276;
}
.video-date {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: grey;
}
.posts-links-container {
  width: 80%;
  margin: auto;
}
.flyer {
  height: 100px;
  text-align: center;
  background-color: #144276;
  color: white;
  width: 80%;

  margin: 20px auto;
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}
.flyer-text {
  text-align: center; /* Center the text itself */
  font-size: 50px;
  /* font-family: "PT Serif", serif; */
}
.post-date {
  color: #144276;
}
.post-title {
  color: grey;
  font-family: "PT Serif", serif;
}
.post-title:hover {
  color: black;
}
.btn-back-media {
  color: #144276;
  padding: 5px;
  margin-bottom: 5px;
  border: black 1px solid;
}
.btn-back-media:hover {
  background-color: #144276;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .video-element {
    width: 100%;
    height: auto;
    min-height: 0;


  }
  .video-main{
    min-height: 0;
    height: auto;

  }
  .video-card {
    width: 90%;
    min-height: 0;
  }
  .video-title {
    font-size: 12px;
  }
  .video-date {
    font-size: 10px;
  }
  .iframe-pdf{
    height: auto;
  }
}
