/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.grigora-kit-post-grid-3 .img-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: 0.2s;
}
.grigora-kit-post-grid-3 .overlay-style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, rgb(0, 0, 0) 100%);
}
.grigora-kit-post-grid-3 .meta-style {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  order: 3;
  margin: 0;
}
.grigora-kit-post-grid-3 .meta-field-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  gap: 8px;
}
.grigora-kit-post-grid-3 .meta-field-container svg {
  width: 12px;
  height: 12px;
}
.grigora-kit-post-grid-3 .title-container {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  order: 1;
}
.grigora-kit-post-grid-3 .a-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.grigora-kit-post-grid-3 .excerpt-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  order: 2;
}
.grigora-kit-post-grid-3 .category-style {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  width: fit-content;
  color: white;
  text-decoration: none;
}
.grigora-kit-post-grid-3 .cat-container {
  z-index: 2;
  order: 0;
}
.grigora-kit-post-grid-3 .content-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: white;
  position: relative;
  padding: 5%;
  width: 100%;
  font-size: 16px;
}
.grigora-kit-post-grid-3 .block-style:hover .img-style {
  scale: 1.4;
}
@media only screen and (min-width: 768px) {
  .grigora-kit-post-grid-3 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-3 .block1 {
    position: relative;
    display: flex;
    width: 44%;
    height: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-3 .block23 {
    position: relative;
    display: flex;
    height: 100%;
    width: 28%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .grigora-kit-post-grid-3 .first-style {
    display: flex;
    height: 500px;
    gap: 5px;
    flex-direction: column;
    transition: 0.2s;
  }
  .grigora-kit-post-grid-3 .block1 {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
  .grigora-kit-post-grid-3 .block23 {
    position: relative;
    display: flex;
    height: 50%;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  }
}