.title {
  margin-bottom: 0%;
}

.ye-l2 {
  width: 20%;
}

.sub-title {
  margin-top: 3%;
  margin-bottom: 0%;
  text-align: center;
  font-size: 1.7vw;
}

.teachers-box {
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
}
.teachers-box .teacher-box {
  flex: 12.5%;
  position: relative;
}
.teachers-box .teacher-box a {
  position: absolute;
  bottom: -1%;
  left: 0;
}

.archieve {
  display: flex;
}
.archieve .main {
  flex: 75%;
}
.archieve .main .blog-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 2%;
}
.archieve .main .blog-flex a {
  color: black;
  display: 50%;
  width: 50%;
  padding: 2%;
}
.archieve .main .blog-flex a .card {
  height: 100%;
  margin-top: 5%;
}
.archieve .main .blog-flex a .card .date {
  font-size: 1.3vw;
  font-weight: 800;
  padding-bottom: 1%;
  padding-left: 2%;
}
.archieve .main .blog-flex a .card .date span {
  background-color: #006237;
  color: white;
  padding: 1.5%;
  margin-left: 2%;
  border-radius: 5px;
}
.archieve .main .blog-flex a .card h4 {
  display: flex;
  align-items: center;
  line-height: 110%;
  padding-bottom: 2%;
  font-size: 1.8vw;
  height: 20%;
  overflow-y: scroll;
  padding-top: 3%;
  z-index: -1;
}
.archieve .sub {
  flex: 25%;
  padding-top: 8%;
}
.archieve .sub .sub-thumb {
  padding: 5%;
}

.nate {
  color: black;
  display: flex;
  justify-content: center;
}
.nate .page-numbers {
  padding-left: 1%;
  padding-right: 1%;
  margin: 1%;
  color: #006237;
  border: solid 2px #006237;
}
.nate .current {
  color: white;
  background-color: #006237;
}

.card img:hover {
  transform: scale(1.05, 1.05);
}

.sub-thumb a img:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 700px) {
  .ye-l2 {
    width: 30%;
  }
  h3 {
    font-size: 14px !important;
  }
  .teachers-box {
    flex-wrap: wrap;
  }
  .teachers-box .teacher-box {
    width: 33.33%;
    flex: auto;
  }
  .teachers-box .teacher-box .te,
  .teachers-box .teacher-box .see {
    width: 100%;
    display: block;
  }
  .teachers-box .teacher-box a {
    position: absolute;
    bottom: -1%;
    left: 0;
  }
  .archieve {
    display: block;
  }
  .archieve .main {
    flex: 75%;
  }
  .archieve .main .blog-flex {
    display: block;
    flex-wrap: wrap;
    padding: 2%;
  }
  .archieve .main .blog-flex a {
    color: black !important;
    width: 100%;
  }
  .archieve .main .blog-flex a .card .date {
    font-size: 12px;
  }
  .archieve .main .blog-flex a .card h4 {
    font-size: 22px;
  }
  .sub {
    display: flex;
    padding-top: 0%;
    flex-wrap: wrap;
    background-color: #EFF1DB;
    padding: 2%;
  }
  .sub .sub-thumb {
    width: 50%;
    padding: 2% !important;
  }
  .nate {
    margin-bottom: 5%;
  }
  .nate a.page-numbers {
    color: #006237 !important;
  }
}/*# sourceMappingURL=blog.css.map */