/**
 * 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
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

.section-content-image .container {
  display: grid;
  gap: 2rem;
  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: 6rem; } }
  .section-content-image .container .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.section-content-image .image {
  position: relative;
  padding-top: 40%;
  height: auto;
  min-height: 22.5rem; }
  .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.contain img {
    -o-object-fit: contain;
       object-fit: contain; }

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

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

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