.about-us-section {
    padding-top: 10px; /* Default padding for mobile */
    padding-bottom: 10px;
}

/* Styles for larger screens */
@media (min-width: 1024px) {
    .about-us-section {
        padding-top: 40px; /* Padding for desktop */
    }
}

header.smaller {
  height: 30px !important;
}

header, header * {
  color: #fff !important;
}

header #mainmenu li ul {
  background: #FF474C !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header #mainmenu li ul a {
  color: #fff !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* Fix header height and vertical alignment */
header {
  min-height: 80px !important;
  height: 80px !important;
  display: flex;
  align-items: center;
  position: relative;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
header .de-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
header .de-flex-col {
  display: flex;
  align-items: center;
}
header .de-flex-col.header-col-mid {
  flex: 1 1 auto;
  justify-content: center;
  display: flex;
}
header #mainmenu {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
}
header .menu_side_area {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-end;
  display: flex;
  flex: 0 0 auto;
}
header #logo img {
  max-height: 80px;
  max-width: 80px;
  height: auto;
  width: auto;
  object-fit: contain;
  background: none !important;
  padding: 0 !important;
  margin-right: 10px;
}

header .de-flex-col:last-child {
  margin-left: 0;
}

header .header-col-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: center;
  display: flex;
}