/**
 * 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: flex;
  gap: 20px;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .section-content-image .container {
      gap: 50px; } }
  @media (min-width: 981px) {
    .section-content-image .container {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .section-content-image .container {
      gap: 80px; } }

@media (min-width: 981px) {
  .section-content-image .text,
  .section-content-image .title {
    flex-grow: 1; } }

.section-content-image .text h2,
.section-content-image .text h3,
.section-content-image .text h4,
.section-content-image .text h5,
.section-content-image .title h2,
.section-content-image .title h3,
.section-content-image .title h4,
.section-content-image .title h5 {
  color: var(--dark-blue);
  font-family: "Lora", Helvetica, Arial, serif;
  font-weight: 400; }
  @media (min-width: 981px) {
    .section-content-image .text h2,
    .section-content-image .text h3,
    .section-content-image .text h4,
    .section-content-image .text h5,
    .section-content-image .title h2,
    .section-content-image .title h3,
    .section-content-image .title h4,
    .section-content-image .title h5 {
      margin-bottom: 16px; } }

.section-content-image .text .btn-content,
.section-content-image .title .btn-content {
  margin-top: 32px; }
  .section-content-image .text .btn-content .btn,
  .section-content-image .title .btn-content .btn {
    padding: 12px 30px; }

.section-content-image .image {
  position: relative;
  padding-top: 75%;
  height: auto;
  min-height: auto;
  border-radius: 5px;
  overflow: hidden; }
  .section-content-image .image > .img, .section-content-image .image img, .section-content-image .image video, .section-content-image .image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 768px) {
    .section-content-image .image {
      position: relative;
      padding-top: 55%;
      height: auto;
      min-height: auto; }
      .section-content-image .image > .img, .section-content-image .image img, .section-content-image .image video, .section-content-image .image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media (min-width: 981px) {
    .section-content-image .image {
      position: relative;
      padding-top: 33%;
      height: auto;
      min-height: auto;
      width: 58%;
      flex-shrink: 0; }
      .section-content-image .image > .img, .section-content-image .image img, .section-content-image .image video, .section-content-image .image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.section-content-image.image-first .container {
  flex-direction: column; }
  @media (min-width: 981px) {
    .section-content-image.image-first .container {
      flex-direction: row; } }
  .section-content-image.image-first .container .image {
    order: 1; }
  .section-content-image.image-first .container .text {
    order: 2; }
    @media (min-width: 1200px) {
      .section-content-image.image-first .container .text {
        margin-right: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }

@media (min-width: 981px) {
  .section-content-image.uneven .container .text {
    width: 24%; } }

.section-content-image.uneven .container .image {
  flex-grow: 1; }

.section-content-image.center .container {
  justify-content: center; }
  .section-content-image.center .container.title {
    display: flex;
    justify-content: center;
    text-align: center; }
    .section-content-image.center .container.title h2 {
      font-family: "Lora", Helvetica, Arial, serif;
      font-weight: 400; }
  .section-content-image.center .container .text {
    max-width: 800px; }
    .section-content-image.center .container .text p,
    .section-content-image.center .container .text span,
    .section-content-image.center .container .text h3,
    .section-content-image.center .container .text h4,
    .section-content-image.center .container .text h5 {
      margin-top: 0; }

.section-content-image.center .btn-content {
  display: flex;
  justify-content: center; }

.section-content-image.blue h2,
.section-content-image.blue h3,
.section-content-image.blue h4,
.section-content-image.blue h5 {
  color: var(--white); }

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