.media-articles {
  width: 100%;
}
.article {
  width: 100%;
}
.article-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.title-image {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  color: white;
  font-size: 24px;
  font-weight: 600;
}
#desktop-banner {
  display: block;
}
#mobile-banner {
  display: none;
}
#tablet-banner {
  display: none;
}
@media (max-width: 767px) {
  .media-articles {
    margin-top: 20px;
  }
  #desktop-banner {
    display: none;
  }
  #mobile-banner {
    display: block;
    margin-top: 60px;
  }
  #mobile-banner .article-image {
    height: 90px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  #mobile-banner .title-image {
    font-size: 1.4rem;
    width: auto;
    padding: 8px 12px;
    height: auto;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #desktop-banner,
  #mobile-banner {
    display: none;
  }
  #tablet-banner {
    display: block;
    margin-top: 40px;
  }
  #tablet-banner .article-image {
    height: 128px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #tablet-banner .title-image {
    font-size: 1.8rem;
  }
}
body {
  background: white;
}
.media-articles-container {
  margin: 0;
  padding: 0;
}
.media-articles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 32px;
  box-sizing: border-box;
}
.article {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.top-section .section:first-child {
  flex: 1.6;
}
.top-section .carry-card {
  flex: 1;
}
.article-image {
  width: 100%;
  /* FIXED */
  height: 9.9rem;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 6px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  z-index: 1;
}
.title-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%);
  width: 232px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
  background-color: rgba(0, 32, 91, 0.75);
  border-radius: 4px;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.title-image-footer {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-55%, -50%);
  width: 210px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: white;
  border-radius: 4px;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  background-color: transparent !important;
  margin-top: -12px;
}
.subtitle-image-footer {
  position: absolute;
  top: 51%;
  left: 17%;
  color: #efefef;
  font-size: 16px;
  font-weight: 400;
  margin: 0.3rem 50px;
}
.content-container {
  margin: auto;
  padding: 0px 20px;
  max-width: 1200px;
}
.privacy-container {
  max-width: 1127px;
  margin: auto;
  background: white;
  padding: 22px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.3;
  color: #333333;
}
/* Main Title */

.privacy-container h1 {
  font-size: 22px;
  margin-bottom: 4px;
  color: #00205b;
  FONT-WEIGHT: 600;
}
/* Paragraphs */

.privacy-container p {
  font-size: 16px;
  margin-bottom: 9px;
  color: black;
  font-weight: 400;
  text-align: justify;
}
/* Responsive */

@media (max-width: 768px) {
  .privacy-container {
    padding: 20px;
  }
  .privacy-container h1 {
    font-size: 22px;
  }
  .privacy-container h2 {
    font-size: 16px;
  }
}
/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .top-section,
  .bottom-section {
    grid-template-columns: 1fr;
  }
  .bottom-images {
    grid-template-columns: 1fr;
  }
}
hr {
  border: 1px solid darkgray;
  height: 1px;
  background: #d8dbdf87;
}
.pdf-downloads {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 749px;
}
.pdf-downloads a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  background: white;
  color: #1f2937;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.pdf-downloads a::before {
  content: "📄";
  font-size: 22px;
  margin-right: 12px;
}
.pdf-downloads a::after {
  content: "↓";
  color: #0072ce;
  font-size: 18px;
  margin-left: 32px;
  transition: transform 0.25s ease;
}
.pdf-downloads a:hover {
  transform: translateY(-2px);
  border-color: #0072ce;
  box-shadow: 0 10px 24px rgba(0, 114, 206, 0.15);
}
.pdf-downloads a:hover::after {
  transform: translateY(2px);
}
@media (max-width: 768px) {
  .pdf-downloads a {
    padding: 14px 18px;
    font-size: 15px;
  }
}
a {
  font-size: 16px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
/* =========================
PDF DOWNLOADS RESPONSIVE
========================= */

.pdf-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 749px;
}
.pdf-downloads a {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  padding: 16px 22px;
  background: white;
  color: #1f2937;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
/* Tablet */

@media (max-width: 768px) {
  .pdf-downloads {
    flex-direction: column;
    gap: 16px;
  }
  .pdf-downloads a {
    flex: 1 1 100%;
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
  }
  .pdf-downloads a::before {
    font-size: 20px;
    margin-right: 10px;
  }
  .pdf-downloads a::after {
    margin-left: 16px;
    font-size: 16px;
  }
}
/* Small Mobile */

@media (max-width: 480px) {
  .pdf-downloads {
    gap: 12px;
  }
  .pdf-downloads a {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 10px;
  }
  .pdf-downloads a::before {
    font-size: 18px;
  }
  .pdf-downloads a::after {
    font-size: 14px;
    margin-left: 10px;
  }
}
