/**
 * 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: 60px; } }
  @media (max-width: 980px) {
    .section-content-image .container {
      padding: 0; } }
  .section-content-image .container .text h1, .section-content-image .container .text h2, .section-content-image .container .text h3 {
    margin: 0; }

.section-content-image .image {
  position: relative;
  padding-top: 70%;
  height: auto; }
  .section-content-image .image > img, .section-content-image .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

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

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

/*# sourceMappingURL=content-image.css.map */
