/* ====== Section: New Update ====== */
.new-update {
  background: radial-gradient(114.81% 114.81% at 50% 4.72%, #FFF 29.11%, #E8EEF7 84.07%);
}

/* Keeps space for a fixed header */
.space-header {
  height: 61px;
}


.divider-line-news {
  width: 100%;
  height: 2px;
  background-color: #94d5f7;
  opacity: 0.5;
  margin: 40px 0; /* Spacing after divider */
}
.new-update p {
    margin-bottom: 16px;
    font-size: 16px;
}
.new-update p:last-child {
    margin-bottom: 0;
}
.social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}
.social-icons img {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}
.posted {
    margin-top: 40px;
}
/* ====== Tablet Screens (≤1024px) ====== */
@media (max-width: 1024px) {

}

/* ====== Mobile Screens (≤600px) ====== */
@media (max-width: 600px) {
  .new-update {
    padding: 80px 0 80px;
  }

}
