.ce_text {
  padding: 2rem 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 1vw;
}
.ce_text .button-blue {
  padding: 14px 25px;
}
.ce_text figure {
  width: 470px;
  height: 394px;
}
.ce_text figure picture {
  width: 100%;
  height: 100%;
}
.ce_text figure img {
  box-shadow: 4px 4px 8px #00000091;
}
.ce_text figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  color: var(--siteBlue);
  font-weight: bold;
}
.ce_text.left {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2vw;
}
.ce_text.left .text {
  width: 60%;
}
.ce_text.right {
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
}
.ce_text.right .text {
  width: 60%;
}
.ce_text.below {
  display: block;
  flex-direction: unset;
  gap: unset;
}
@media screen and (max-width: 800px) {
  .ce_text {
    padding: 40px 0;
    gap: 0;
    flex-direction: column-reverse;
  }
  .ce_text figure {
    width: 100%;
    height: auto;
  }
  .ce_text.left {
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .ce_text.left .text {
    width: 100%;
  }
  .ce_text.right {
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .ce_text.right .text {
    width: 100%;
  }
  .ce_text.below {
    display: block;
    flex-direction: unset;
    gap: unset;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fhorvatovmiroslav%2Fdomains%2Fnacionalnasnaga.horvatovmiroslav.me%2Fpublic_html%2Fprivate-bundle%2F4-angles%2Fnacionalnasnaga-basic%2Fpublic%2Fcss%2Felements%2Fce_text.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */