.main-content {
  overflow-x: hidden;
}

.main-content .hero {
  margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
  .main-content .hero h3:after {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 430px) {
  .main-content .hero h3:after {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 402px) {
  .main-content .hero h3:after {
    max-width: 10vw;
  }
}

@media only screen and (max-width: 378px) {
  .main-content .hero h3 {
    font-size: 21px;
  }
  .main-content .hero h3:after {
    max-width: 7vw;
    margin-left: 0;
  }
}

.main-content .hero-post .hero-sticky-post {
  margin: 0 0 20px 0;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
}

.main-content .hero-post .hero-sticky-post .post-text {
  padding: 20px 30px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.main-content .hero-post .hero-sticky-post .post-text .main-post {
  max-width: 200px;
  min-width: 200px;
}

.main-content .hero-post .hero-sticky-post .post-text h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 34px;
}

.main-content .hero-post .hero-sticky-post .post-text .reading-time {
  font-size: 12px;
  margin-bottom: 6px;
}

.main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer {
  margin-top: 0;
  margin-left: 15px;
  width: 100%;
  position: relative;
  max-width: 80px;
}

.main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
  position: absolute;
  bottom: 5px;
}

.main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer img {
  display: none;
}

.main-content .hero-post .hero-recent-post .recent-post-item {
  margin-bottom: 26px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-thumbnail img {
  max-height: 277px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-text {
  padding: 45px 27px 23px 27px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-text h2 {
  letter-spacing: 0;
  margin-bottom: 13px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-text .read-more {
  padding: 7px 57px;
  margin: 0;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-text .thumbnail-footer {
  padding: 0 27px;
  font-size: 10px;
}

.main-content .editor-pick-wrapper article #filter-form .select-form span {
  display: none;
}

.main-content .editor-pick-wrapper article #filter-form .select-form select {
  width: calc(50% - 5px);
  font-size: 12px;
  padding: 5px 35px 5px 10px;
}

.main-content .editor-pick-wrapper article #filter-form .select-form select:not(:last-child) {
  margin-right: 10px;
}

.main-content .editor-pick-wrapper article .recent-post {
  flex-direction: column;
}

.main-content .editor-pick-wrapper article .recent-post-item {
  width: 100%;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3n) {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3n) .post-thumbnail,
.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3n) .post-text {
  width: 100%;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3n) .post-text {
  padding: 27px 10px 15px 10px;
  margin: 0;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3n) .post-text .card-label {
  top: 10px;
  left: 10px;
}

.main-content .loadmore-container {
  margin-bottom: 50px;
}

.main-content .loadmore-container .loaded-article {
  flex-direction: column;
}

.main-content .loadmore-container .loaded-article > div {
  margin: 0 0 40px 0;
  width: 100%;
}

.main-content .loadmore-container .loaded-article > div .post-text {
  padding: 27px 10px 15px 10px;
}

.main-content .loadmore-container .loaded-article > div .post-text .card-label {
  top: 10px;
  left: 10px;
}

.main-content section.popular-posts-wrapper h3::after {
  max-width: 140px;
}

.main-content section.popular-posts-wrapper .popular-post-content {
  display: none;
  flex-direction: column;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item {
  width: 100%;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item .card-label {
  top: 10px;
  left: 10px;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-thumbnail,
.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-text {
  width: 100%;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-text {
  padding: 27px 10px 15px 10px;
  margin: 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-text .card-label {
  top: 10px;
  left: 10px;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:not(:first-child) {
  display: none;
}

.main-content section.popular-posts-wrapper .popular-post-content .tower-card {
  display: none;
}

.main-content section.popular-posts-wrapper .mobile-popular-content {
  background-color: #FBFBFB;
  display: block;
  margin-bottom: 48px;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .owl-carousel {
  background-color: #FBFBFB;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .popular-post-item {
  margin-bottom: 0;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .popular-post-item .post-thumbnail {
  height: 27.5vh;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .popular-post-item .post-text h2 {
  min-height: 50px;
  margin: 5px 0;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .owl-dots {
  background-color: #fcfcfc;
  margin-top: 29px;
}

.main-content section.popular-posts-wrapper .mobile-popular-content .owl-dots .owl-dot {
  zoom: 0.8;
}

/*# sourceMappingURL=homepage-mobile.css.map */