/* Theme Sass */
/*End Theme*/
@import url(theme);
.main-news {
  background-color: #fff;
  padding: 5rem 1rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.main-news .post-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.main-news .post-content .blog-link {
  width: 40%;
  margin: 1rem 5%;
  height: calc(27vw - 16px);
  background-image: url("../images/blog-post.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main-news .post-content .blog-link .darker {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.main-news .post-content .blog-link .date {
  position: relative;
  top: 5%;
  left: 5%;
  color: #efefef;
  font-size: 1rem;
}
.main-news .post-content .blog-link .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 5%;
  font-size: 1.375rem;
  font-weight: 700;
}

@media (max-width: 769px) and (min-width: 577px) {
  .post-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .post-content .blog-link {
    width: 100% !important;
    margin: 1rem 5%;
    height: calc(27vw - 16px);
    background-image: url("../images/blog-post.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .post-content .blog-link .darker {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .post-content .blog-link .date {
    position: relative;
    top: 5%;
    left: 5%;
    color: #efefef;
    font-size: 0.75rem !important;
  }
  .post-content .blog-link .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 1.15rem !important;
    font-weight: 700;
  }
}
@media (max-width: 576px) and (min-width: 363px) {
  .post-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .post-content .blog-link {
    width: 100% !important;
    margin: 1rem 5%;
    height: calc(27vw - 16px);
    background-image: url("../images/blog-post.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .post-content .blog-link .darker {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .post-content .blog-link .date {
    position: relative;
    top: 5%;
    left: 5%;
    color: #efefef;
    font-size: 0.5rem !important;
  }
  .post-content .blog-link .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 0.85rem !important;
    font-weight: 700;
  }
}
@media (max-width: 362px) {
  .post-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .post-content .blog-link {
    width: 100% !important;
    margin: 1rem 5%;
    height: calc(27vw - 16px);
    background-image: url("../images/blog-post.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .post-content .blog-link .darker {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .post-content .blog-link .date {
    position: relative;
    top: 5%;
    left: 5%;
    color: #efefef;
    font-size: 0.5rem !important;
  }
  .post-content .blog-link .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 0.65rem !important;
    font-weight: 700;
  }
}

/*# sourceMappingURL=blog.min.css.map */
