/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-content-image .container {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .section-content-image .container {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 981px) {
    .section-content-image .container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 981px) {
    .section-content-image .container {
      gap: 4em; } }

@media (min-width: 981px) {
  .section-content-image .text {
    padding: 2em 0;
    order: 1; } }

.section-content-image .text a.btn {
  width: 100%; }
  @media (min-width: 981px) {
    .section-content-image .text a.btn {
      width: auto; } }

.section-content-image .image {
  position: relative;
  padding-top: 40%;
  height: auto; }
  .section-content-image .image > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 767px) {
    .section-content-image .image {
      padding-top: 50%; } }
  @media (min-width: 981px) {
    .section-content-image .image {
      order: 2; } }

.section-content-image.image-first .image {
  order: 1; }

.section-content-image.image-first .text {
  order: 2; }

/*# sourceMappingURL=contentimage.css.map */
