@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.paragraph-two-columns-content-spacious {
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.paragraph-two-columns-content-spacious .button-default {
  margin-top: 25px;
  max-width: max-content;
  padding: 15px 55px 15px 25px;
}
.paragraph-two-columns-content-spacious.image--right .paragraph-two-columns-content-spacious__image {
  order: 2;
}
.paragraph-two-columns-content-spacious h2 {
  font-weight: 700;
}
.paragraph-two-columns-content-spacious__image {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 40px 40px 0;
}
.paragraph-two-columns-content-spacious__image.background--white {
  background: #ffffff;
}
.paragraph-two-columns-content-spacious__image.background--black {
  background: #000000;
}
.paragraph-two-columns-content-spacious__image.background--dark-grey {
  background: #666666;
}
.paragraph-two-columns-content-spacious__image.background--medium-grey {
  background: #D5D5D5;
}
.paragraph-two-columns-content-spacious__image.background--light-grey {
  background: #FCF8F8;
}
.paragraph-two-columns-content-spacious__image.background--night-blue {
  background: #101B5D;
}
.paragraph-two-columns-content-spacious__image.background--red {
  background: #DB1811;
}
.paragraph-two-columns-content-spacious__image.background--aqua {
  background: #0CA6D6;
}
.paragraph-two-columns-content-spacious__image.background--orange {
  background: #F16801;
}
.paragraph-two-columns-content-spacious__image.background--purple {
  background: #581ABD;
}
.paragraph-two-columns-content-spacious__image.background--magenta {
  background: #D84797;
}
.paragraph-two-columns-content-spacious__image.background--red-medium {
  background: #FFA099;
}
.paragraph-two-columns-content-spacious__image.background--aqua-medium {
  background: #81DBF3;
}
.paragraph-two-columns-content-spacious__image.background--orange-medium {
  background: #FEB178;
}
.paragraph-two-columns-content-spacious__image.background--purple-medium {
  background: #A778F2;
}
.paragraph-two-columns-content-spacious__image.background--magenta-medium {
  background: #EB9ADE;
}
.paragraph-two-columns-content-spacious__image.background--black, .paragraph-two-columns-content-spacious__image.background--dark-grey, .paragraph-two-columns-content-spacious__image.background--night-blue, .paragraph-two-columns-content-spacious__image.background--red, .paragraph-two-columns-content-spacious__image.background--aqua, .paragraph-two-columns-content-spacious__image.background--orange, .paragraph-two-columns-content-spacious__image.background--purple, .paragraph-two-columns-content-spacious__image.background--magenta, .paragraph-two-columns-content-spacious__image.background--purple-medium {
  color: #ffffff;
}
.paragraph-two-columns-content-spacious__image.background--white, .paragraph-two-columns-content-spacious__image.background--medium-grey, .paragraph-two-columns-content-spacious__image.background--light-grey, .paragraph-two-columns-content-spacious__image.background--red-medium, .paragraph-two-columns-content-spacious__image.background--aqua-medium, .paragraph-two-columns-content-spacious__image.background--orange-medium, .paragraph-two-columns-content-spacious__image.background--magenta-medium, .paragraph-two-columns-content-spacious__image.background--none {
  color: #666666;
}
.paragraph-two-columns-content-spacious__image.background--white h2, .paragraph-two-columns-content-spacious__image.background--white strong, .paragraph-two-columns-content-spacious__image.background--medium-grey h2, .paragraph-two-columns-content-spacious__image.background--medium-grey strong, .paragraph-two-columns-content-spacious__image.background--light-grey h2, .paragraph-two-columns-content-spacious__image.background--light-grey strong, .paragraph-two-columns-content-spacious__image.background--red-medium h2, .paragraph-two-columns-content-spacious__image.background--red-medium strong, .paragraph-two-columns-content-spacious__image.background--aqua-medium h2, .paragraph-two-columns-content-spacious__image.background--aqua-medium strong, .paragraph-two-columns-content-spacious__image.background--orange-medium h2, .paragraph-two-columns-content-spacious__image.background--orange-medium strong, .paragraph-two-columns-content-spacious__image.background--magenta-medium h2, .paragraph-two-columns-content-spacious__image.background--magenta-medium strong, .paragraph-two-columns-content-spacious__image.background--none h2, .paragraph-two-columns-content-spacious__image.background--none strong {
  color: #000000;
}
.paragraph-two-columns-content-spacious__image .button-default {
  margin-top: 35px;
}
.paragraph-two-columns-content-spacious__image p {
  margin-top: 20px;
}
.paragraph-two-columns-content-spacious__image .field--name-field-image {
  padding-top: 20px;
  margin-top: auto;
}
.paragraph-two-columns-content-spacious__image .field--name-field-image .field__item {
  display: flex;
  justify-content: center;
}
.paragraph-two-columns-content-spacious__image .field--name-field-cta-text-2, .paragraph-two-columns-content-spacious__image .field--name-field-buttons {
  position: relative;
  z-index: 1;
}
.paragraph-two-columns-content-spacious__image .field--name-field-cta-text-2 p:last-child, .paragraph-two-columns-content-spacious__image .field--name-field-buttons p:last-child {
  margin-bottom: 0;
}
.paragraph-two-columns-content-spacious__text {
  padding: 40px 40px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 30px;
  border-radius: 10px;
}
.paragraph-two-columns-content-spacious__text.background--white {
  background: #ffffff;
}
.paragraph-two-columns-content-spacious__text.background--black {
  background: #000000;
}
.paragraph-two-columns-content-spacious__text.background--dark-grey {
  background: #666666;
}
.paragraph-two-columns-content-spacious__text.background--medium-grey {
  background: #D5D5D5;
}
.paragraph-two-columns-content-spacious__text.background--light-grey {
  background: #FCF8F8;
}
.paragraph-two-columns-content-spacious__text.background--night-blue {
  background: #101B5D;
}
.paragraph-two-columns-content-spacious__text.background--red {
  background: #DB1811;
}
.paragraph-two-columns-content-spacious__text.background--aqua {
  background: #0CA6D6;
}
.paragraph-two-columns-content-spacious__text.background--orange {
  background: #F16801;
}
.paragraph-two-columns-content-spacious__text.background--purple {
  background: #581ABD;
}
.paragraph-two-columns-content-spacious__text.background--magenta {
  background: #D84797;
}
.paragraph-two-columns-content-spacious__text.background--red-medium {
  background: #FFA099;
}
.paragraph-two-columns-content-spacious__text.background--aqua-medium {
  background: #81DBF3;
}
.paragraph-two-columns-content-spacious__text.background--orange-medium {
  background: #FEB178;
}
.paragraph-two-columns-content-spacious__text.background--purple-medium {
  background: #A778F2;
}
.paragraph-two-columns-content-spacious__text.background--magenta-medium {
  background: #EB9ADE;
}
.paragraph-two-columns-content-spacious__text.background--black, .paragraph-two-columns-content-spacious__text.background--dark-grey, .paragraph-two-columns-content-spacious__text.background--night-blue, .paragraph-two-columns-content-spacious__text.background--red, .paragraph-two-columns-content-spacious__text.background--aqua, .paragraph-two-columns-content-spacious__text.background--orange, .paragraph-two-columns-content-spacious__text.background--purple, .paragraph-two-columns-content-spacious__text.background--magenta, .paragraph-two-columns-content-spacious__text.background--purple-medium {
  color: #ffffff;
}
.paragraph-two-columns-content-spacious__text.background--white, .paragraph-two-columns-content-spacious__text.background--medium-grey, .paragraph-two-columns-content-spacious__text.background--light-grey, .paragraph-two-columns-content-spacious__text.background--red-medium, .paragraph-two-columns-content-spacious__text.background--aqua-medium, .paragraph-two-columns-content-spacious__text.background--orange-medium, .paragraph-two-columns-content-spacious__text.background--magenta-medium, .paragraph-two-columns-content-spacious__text.background--none {
  color: #666666;
}
.paragraph-two-columns-content-spacious__text.background--white h2, .paragraph-two-columns-content-spacious__text.background--white strong, .paragraph-two-columns-content-spacious__text.background--medium-grey h2, .paragraph-two-columns-content-spacious__text.background--medium-grey strong, .paragraph-two-columns-content-spacious__text.background--light-grey h2, .paragraph-two-columns-content-spacious__text.background--light-grey strong, .paragraph-two-columns-content-spacious__text.background--red-medium h2, .paragraph-two-columns-content-spacious__text.background--red-medium strong, .paragraph-two-columns-content-spacious__text.background--aqua-medium h2, .paragraph-two-columns-content-spacious__text.background--aqua-medium strong, .paragraph-two-columns-content-spacious__text.background--orange-medium h2, .paragraph-two-columns-content-spacious__text.background--orange-medium strong, .paragraph-two-columns-content-spacious__text.background--magenta-medium h2, .paragraph-two-columns-content-spacious__text.background--magenta-medium strong, .paragraph-two-columns-content-spacious__text.background--none h2, .paragraph-two-columns-content-spacious__text.background--none strong {
  color: #000000;
}
.paragraph-two-columns-content-spacious__text .paragraph-two-columns-content-spacious__text {
  padding: 0;
}
.paragraph-two-columns-content-spacious__text .field--type-text-with-summary p:last-child {
  margin-bottom: 0;
}
.paragraph-two-columns-content-spacious__text p {
  font-weight: 300;
}
@media (max-width: 1100px) {
  .paragraph-two-columns-content-spacious {
    row-gap: 45px;
  }
}
@media (max-width: 768px) {
  .paragraph-two-columns-content-spacious {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }
  .paragraph-two-columns-content-spacious .button-default {
    max-width: 100%;
  }
  .paragraph-two-columns-content-spacious__image {
    padding: 25px 25px 0;
  }
  .paragraph-two-columns-content-spacious__image .field--name-field-image {
    position: relative;
    margin-top: 32px;
  }
  .paragraph-two-columns-content-spacious__image .button-default {
    margin-top: 25px;
  }
  .paragraph-two-columns-content-spacious__text {
    row-gap: 35px;
    padding: 25px;
  }
  .paragraph-two-columns-content-spacious__text.background--none {
    padding: 0;
  }
  .paragraph-two-columns-content-spacious__text .field--type-text-with-summary {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .paragraph-two-columns-content-spacious__text .field--type-text-with-summary:after {
    display: none;
  }
  .paragraph-two-columns-content-spacious__text .button-default {
    margin-top: 10px;
  }
  .paragraph-two-columns-content-spacious__text .paragraph-two-columns-content-spacious__text {
    padding: 0;
  }
}
.paragraph-two-columns-content-spacious strong {
  font-weight: 700;
}
/*# sourceMappingURL=two-columns-content-spacious.css.map */
