html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.breadcumb-container-wrapper {
  padding: 44px 0 70px;
}

.header-section-1 {
  top: 0px;
}

.data_privacy_main_div {
  width: 100%;
  /* height: calc(100vh - 105px); */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
  text-align: center;
}

.title_data_privacy {
  font-weight: 700;
  line-height: 5rem;
  font-size: 5rem;
  text-align: center;
}

.data_privacy_main_div p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .breadcumb-container-wrapper {
    padding: 24px 0 70px;
  }

  .data_privacy_main_div {
    gap: 0;
    height: auto;
  }
  .title_data_privacy {
    line-height: 5rem;
    font-size: 2.5rem;
  }

  .section-desc {
    color: var(--text);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
  }

  .logo {
    height: 45px;
    max-width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
}

@media (min-width: 980px) and (max-width: 1023px) {
}

.feed-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px; /* space between icon and text */
  margin-bottom: 15px;
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #f1d4f8, #d4ebfc);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.icon-box img {
  width: 24px;
  height: 24px;
}

.feed-title {
  font-size: 20px;
  font-weight: 600;
  color: #5e6bff; /* match text to icon color */
  margin: 0;
}
