html {
  scroll-behavior: smooth;
}
.btn-digital-example {
  padding: 10px 30px;
  border-radius: 12px;
  background-color: #fff !important;
  box-shadow: 0px 0px 8px 2px #c1d2ed4d;
}

.title-digital-header-content {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 26px;
}
.text-sub-digital {
  color: #39ae48;
  font-size: 16px;
}

.banner-content-digital {
  background: #fff;
  color: #4d4d4d;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 2px #c1d2ed4d;
  height: 190px;
  max-width: 32%;
  cursor: pointer;
}

.banner-content-digital-1 {
  background: #fff;
  color: #4d4d4d;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 2px #c1d2ed4d;
  height: 190px;
  max-width: 48%;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.banner-content-digital:hover {
  font-size: 16px;
  border: 1px solid #39ae48;
}

.banner-content-digital-1:hover {
  border: 1px solid #39ae48;
}

.header-content-digital {
  font-size: 18px;
  font-weight: 700;
}

.desc-content-digital {
  font-size: 16px;
  font-size: 400;
}

.btn-view-digital {
  font-size: 14px;
  font-weight: 700;
  padding: 0px;
}

.icon-footer-digital {
  color: #39ae48;
}
.btn-digital-example-1 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner-content-digital {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .banner-content-digital-1 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .header-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
  }

  .btn-digital-example {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 12px;
    background-color: #fff !important;
    box-shadow: 0px 0px 8px 2px #c1d2ed4d;
  }

  .btn-digital-example-1 {
    font-size: 18px;
    font-weight: 600;
  }

  .title-digital-header-content {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 18px;
  }

  .text-sub-digital {
    color: #39ae48;
    font-size: 14px !important;
  }

  .header-content-digital {
    font-size: 18px !important;
  }
}

.header-material {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: #4caf4f;
}

.header-content {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.header-content:hover {
  color: #1b5e1f;
  cursor: pointer;
}

.header-content.active {
  color: #1b5e1f;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid #1b5e1f;
}

.menu-wrapper {
  width: 100%;
  position: relative;
}

.menu-header {
  background: #4caf50;
  color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-dropdown {
  display: none;
}

.menu-dropdown.show {
  display: block;
}

.menu-item {
  padding: 6px;
  padding-left: 12px;
  font-weight: 300;
  cursor: pointer;
}

.menu-item:hover {
  background: rgba(76, 175, 79, 0.2);
  color: #4caf4f;
}

.content {
  margin-top: 30px;
}
