@media screen and (min-width: 769px) {
  .single-details {
    padding: 108px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .single-details {
    padding: 40px 0;
  }
}

.single__inner {
  max-width: 750px;
  margin: 0 auto;
}

.single-section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .single-section {
    margin-bottom: 150px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-section {
    padding: 0 20px 80px;
  }
}

.single-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (min-width: 769px) {
  .single-titleWrap {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single-titleWrap {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.single-titleData {
  font-weight: 500;
  line-height: 1.4;
  margin-right: 10px;
}
.single-titleData .day {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.single-titleData .cat {
  font-size: 12px;
  height: 20px;
  margin-right: 20px;
  color: #fff;
  background-color: #3CA815;
  padding: auto;
  min-width: 72px;
  padding: 1px 10px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-title {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .single-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 22px;
  }
}

.single_thumbnail {
  margin-bottom: 30px;
}

.single-content h3 {
  list-style: 1.5;
  font-weight: 700;
  color: #3CA815;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .single-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-content h3 {
    font-size: 18px;
  }
}
.single-content p {
  line-height: 1.5;
}
.single-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .single-content p {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .single-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.single-bottomNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .single-bottomNav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .single-bottomNav {
    margin-top: 40px;
  }
}

.single-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-nav {
    display: block;
  }
}
.single-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .single-nav li {
    height: 50px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .single-nav li {
    height: 40px;
    width: 100%;
  }
}
.single-nav li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 13px;
  background-color: #FBFBFB;
}
.single-nav li a:hover {
  opacity: 0.8;
}
.single-nav .prev {
  border-left: 3px solid #3CA815;
}
.single-nav .next {
  border-right: 3px solid #3CA815;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .single-nav .next {
    margin-top: 20px;
  }
}
.single-nav .next a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.single-nav .back {
  width: 120px;
  padding: 0;
  color: #3CA815;
  font-weight: 700;
}
.single-nav .back:hover {
  background-color: #fff;
  text-decoration: underline;
}

.top-section3__buttonWrap {
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  .top-section3__buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__buttonWrap {
    margin: 40px auto 0;
  }
}

.top-section3__button {
  height: 50px;
}