body:not(.wp-core-ui) .aries-offer-box .post-wrapper,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper,
.acf-block-preview .aries-offer-box .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 90px;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .aries-offer-box .post-wrapper,
  html:not(.wp-toolbar) .aries-offer-box .post-wrapper,
  .acf-block-preview .aries-offer-box .post-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .aries-offer-box .post-wrapper,
  html:not(.wp-toolbar) .aries-offer-box .post-wrapper,
  .acf-block-preview .aries-offer-box .post-wrapper {
    grid-template-columns: 1fr;
  }
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper {
  box-shadow: 0 16px 12px -8px rgba(30, 30, 30, 0.1176470588);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail {
  width: 100%;
  height: 250px;
  background-color: #f0f0f0;
  border-bottom: 2px solid var(--main);
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail img,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail img,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper a,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper a,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper a {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper .inner,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper .inner,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper .inner {
  padding: 20px;
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper .inner .heading-4,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper .inner .heading-4,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper .inner .heading-4 {
  font-weight: 700;
}
body:not(.wp-core-ui) .aries-offer-box .post-wrapper .single-post-wrapper .inner a,
html:not(.wp-toolbar) .aries-offer-box .post-wrapper .single-post-wrapper .inner a,
.acf-block-preview .aries-offer-box .post-wrapper .single-post-wrapper .inner a {
  width: auto;
}/*# sourceMappingURL=style.css.map */