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

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

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

.about-wrapper.style1 .about-thumb .main-thumb {
  justify-content: 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;
  }

  .logo {
    height: 45px;
    max-width: 120px;
  }
  .about-thumb {
    display: none;
  }
  .section-padding {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-padding {
    padding: 0 !important;
  }
}

@media (min-width: 980px) and (max-width: 1023px) {
  .section-padding {
    padding: 0 !important;
  }
}
