body:not(.wp-core-ui) .section-category,
html:not(.wp-toolbar) .section-category,
.acf-block-preview .section-category {
  padding-bottom: 100px;
}
body:not(.wp-core-ui) .section-category .wrapper,
html:not(.wp-toolbar) .section-category .wrapper,
.acf-block-preview .section-category .wrapper {
  display: flex;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  gap: 30px;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper,
  html:not(.wp-toolbar) .section-category .wrapper,
  .acf-block-preview .section-category .wrapper {
    flex-direction: column-reverse;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-category,
html:not(.wp-toolbar) .section-category .wrapper .col-category,
.acf-block-preview .section-category .wrapper .col-category {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper .col-category,
  html:not(.wp-toolbar) .section-category .wrapper .col-category,
  .acf-block-preview .section-category .wrapper .col-category {
    width: 100%;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box,
html:not(.wp-toolbar) .section-category .wrapper .col-category .box,
.acf-block-preview .section-category .wrapper .col-category .box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper .col-category .box,
  html:not(.wp-toolbar) .section-category .wrapper .col-category .box,
  .acf-block-preview .section-category .wrapper .col-category .box {
    padding-bottom: 20px;
    gap: 20px;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box img,
html:not(.wp-toolbar) .section-category .wrapper .col-category .box img,
.acf-block-preview .section-category .wrapper .col-category .box img {
  height: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper .col-category .box img,
  html:not(.wp-toolbar) .section-category .wrapper .col-category .box img,
  .acf-block-preview .section-category .wrapper .col-category .box img {
    height: 120px;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box .heading-3,
html:not(.wp-toolbar) .section-category .wrapper .col-category .box .heading-3,
.acf-block-preview .section-category .wrapper .col-category .box .heading-3 {
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper .col-category .box .heading-3,
  html:not(.wp-toolbar) .section-category .wrapper .col-category .box .heading-3,
  .acf-block-preview .section-category .wrapper .col-category .box .heading-3 {
    font-size: 18px;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box:nth-child(1),
html:not(.wp-toolbar) .section-category .wrapper .col-category .box:nth-child(1),
.acf-block-preview .section-category .wrapper .col-category .box:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box:nth-child(2),
html:not(.wp-toolbar) .section-category .wrapper .col-category .box:nth-child(2),
.acf-block-preview .section-category .wrapper .col-category .box:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body:not(.wp-core-ui) .section-category .wrapper .col-category .box:nth-child(3),
html:not(.wp-toolbar) .section-category .wrapper .col-category .box:nth-child(3),
.acf-block-preview .section-category .wrapper .col-category .box:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body:not(.wp-core-ui) .section-category .wrapper .col-image,
html:not(.wp-toolbar) .section-category .wrapper .col-image,
.acf-block-preview .section-category .wrapper .col-image {
  position: relative;
  width: 30%;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-category .wrapper .col-image,
  html:not(.wp-toolbar) .section-category .wrapper .col-image,
  .acf-block-preview .section-category .wrapper .col-image {
    width: 100%;
  }
}
body:not(.wp-core-ui) .section-category .wrapper .col-image img,
html:not(.wp-toolbar) .section-category .wrapper .col-image img,
.acf-block-preview .section-category .wrapper .col-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
body:not(.wp-core-ui) .section-category .wrapper .col-image .text,
html:not(.wp-toolbar) .section-category .wrapper .col-image .text,
.acf-block-preview .section-category .wrapper .col-image .text {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: var(--primary);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
body:not(.wp-core-ui) .section-category .wrapper .col-image .icon-bg,
html:not(.wp-toolbar) .section-category .wrapper .col-image .icon-bg,
.acf-block-preview .section-category .wrapper .col-image .icon-bg {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
body:not(.wp-core-ui) .section-category .wrapper .col-image .icon-bg svg,
body:not(.wp-core-ui) .section-category .wrapper .col-image .icon-bg img,
html:not(.wp-toolbar) .section-category .wrapper .col-image .icon-bg svg,
html:not(.wp-toolbar) .section-category .wrapper .col-image .icon-bg img,
.acf-block-preview .section-category .wrapper .col-image .icon-bg svg,
.acf-block-preview .section-category .wrapper .col-image .icon-bg img {
  width: auto;
  height: 30px;
}/*# sourceMappingURL=style.css.map */