.container-marose {
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container-marose {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-marose {
    max-width: 960px;
  }
}
@media screen and (min-width: 992px) {
  .container-marose {
    max-width: 960px;
  }
}
@media screen and (min-width: 1230px) {
  .container-marose {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1400px) {
  .container-marose {
    max-width: 1320px;
  }
}
@media screen and (max-width: 849px) {
  .container-marose .col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 849px) {
  .blog-archive-marose .large-10.col > .row {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.blog-wrapper-marose .page-header {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper-marose .page-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.blog-wrapper-marose .page-header .page-title h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 73px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .blog-wrapper-marose .page-header .page-title h1 {
    font-size: 42px;
  }
}
.blog-wrapper-marose .page-header .breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-wrapper-marose .page-header .breadcrumb h3 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .blog-wrapper-marose .page-header .breadcrumb h3 {
    font-size: 25px;
  }
}
.blog-wrapper-marose .page-header .breadcrumb .link {
  text-align: center;
  padding-top: 12px;
}
.blog-wrapper-marose .page-header .breadcrumb .link h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.blog-wrapper-marose .page-header .breadcrumb .link i {
  color: #000;
}
@media screen and (min-width: 1440px) {
  .blog-wrapper-marose .large-10 {
    max-width: 76%;
    flex-basis: 76%;
  }
}
.blog-wrapper-marose .large-10 .post-item {
  padding-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.blog-wrapper-marose .large-10 .post-item:hover {
  opacity: 0.7;
}
.blog-wrapper-marose .large-10 .post-item .box-vertical {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .blog-wrapper-marose .large-10 .post-item .box-vertical {
    flex-direction: column;
  }
}
.blog-wrapper-marose .large-10 .post-item .box-vertical .box-image {
  min-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .blog-wrapper-marose .large-10 .post-item .box-vertical .box-image {
    min-width: 24.75% !important;
    width: 24.75% !important;
  }
}
.blog-wrapper-marose .large-10 .post-item .box-vertical .box-image .image-cover {
  padding-top: 56.25vw !important;
}
@media screen and (min-width: 768px) {
  .blog-wrapper-marose .large-10 .post-item .box-vertical .box-image .image-cover {
    padding-top: 57% !important;
  }
}
.blog-wrapper-marose .large-10 .post-item .is-divider {
  display: none;
}
.blog-wrapper-marose .large-10 .post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.blog-wrapper-marose .large-10 .post-item .box-text {
  padding: 0 !important;
}
.blog-wrapper-marose .large-10 .post-item .box-text p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0 !important;
}
.blog-wrapper-marose .large-10 .post-item .col-inner {
  padding: 20px 0 20px 0;
}
.blog-wrapper-marose .large-10 .post {
  margin-bottom: 0 !important;
}
.blog-wrapper-marose .entry-header {
  display: none;
}
.blog-wrapper-marose .entry-content {
  padding-top: 0;
}/*# sourceMappingURL=blog.css.map */