.blog-inner {
  border-bottom: 5px solid #4394cd;
}

.blog-button .left {
  color: #4394cd;
}

.blog-button .right {
  color: #4394cd;
}

.blog-section {
  box-shadow: 0 8px 20px rgb(0 0 0 / 0%), 0 0px 8px rgb(0 0 0 / 18%);
}

/* blog header */

.navbar4 {
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  display: flex;

  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 2px 8px gray;
}

.main {
  padding: 16px;
  margin-top: 30px;
}

@media (min-width: 910px) {
  .navbar4 {
    display: none;
  }
}

@media (max-width:909px) {
  .nav_scroll3 {
    display: none;
  }
}

/* .nav_scroll3 {
  top: 0px;
  display: visible;
}

.nav_scroll3 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 60px;
  position: fixed;
}

.nav_scroll3 ul {
  background: #ffffff;
  list-style: none;
  padding: 11px 20px;
  margin: 0;
  height: 60px;
}


.nav_scroll3 ul li {
  display: inline-block;
}

.nav_scroll3 ul li {
  font-size: 19px;
  padding-right: 10px;
}

.nav_scroll3 ul li a {
  color: #222;
  display: block;
  text-decoration: none;
  float: left;
  height: 60px;

}

.nav_scroll3 ul li:hover ul {
  display: grid;
} */
/* 
.nav_scroll3 ul ul {
  background: rgb(255, 255, 255);
  box-shadow: 0 0.6rem 1.2rem 0 rgb(0 0 0 / 15%);
  text-align: center;
  display: none;
  width: 100%;
  height: 286px !important;
  position: absolute;
  top: 60px;
  left: 0px;
}

.header-number {
  color: #4396ce;
} */