@charset "UTF-8";
@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;");
.two-categories__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.two-categories__unit {
  border-radius: 10px;
  max-width: 505px;
  background: #FCF8F8;
  width: 100%;
  overflow: hidden;
  height: max-content;
}
.two-categories__unit a {
  color: #212529;
  text-decoration: none;
}
.two-categories__unit:nth-child(2n) {
  margin-left: auto;
}
.two-categories__unit__image.background--white {
  background: #ffffff;
}
.two-categories__unit__image.background--black {
  background: #000000;
}
.two-categories__unit__image.background--dark-grey {
  background: #666666;
}
.two-categories__unit__image.background--medium-grey {
  background: #D5D5D5;
}
.two-categories__unit__image.background--light-grey {
  background: #FCF8F8;
}
.two-categories__unit__image.background--night-blue {
  background: #101B5D;
}
.two-categories__unit__image.background--red {
  background: #DB1811;
}
.two-categories__unit__image.background--aqua {
  background: #0CA6D6;
}
.two-categories__unit__image.background--orange {
  background: #F16801;
}
.two-categories__unit__image.background--purple {
  background: #581ABD;
}
.two-categories__unit__image.background--magenta {
  background: #D84797;
}
.two-categories__unit__image.background--red-medium {
  background: #FFA099;
}
.two-categories__unit__image.background--aqua-medium {
  background: #81DBF3;
}
.two-categories__unit__image.background--orange-medium {
  background: #FEB178;
}
.two-categories__unit__image.background--purple-medium {
  background: #A778F2;
}
.two-categories__unit__image.background--magenta-medium {
  background: #EB9ADE;
}
.two-categories p {
  font-size: 16px;
}
.two-categories.card–short .two-categories__unit__content {
  display: flex;
}
.two-categories.card–short .two-categories__unit__image {
  width: 190px;
  min-height: 190px;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.two-categories.card–short .two-categories__unit__image.image--left {
  justify-content: flex-start;
}
.two-categories.card–short .two-categories__unit__image.image--center {
  justify-content: center;
}
.two-categories.card–short .two-categories__unit__image.image--right {
  justify-content: flex-end;
}
.two-categories.card–short .two-categories__unit__image .field--name-field-image {
  width: max-content;
  height: max-content;
}
.two-categories.card–short .two-categories__unit__description {
  width: calc(100% - 190px);
  padding: 25px 60px 0;
}
.two-categories.card–tall .two-categories__unit {
  height: 100%;
}
.two-categories.card–tall .two-categories__unit__image {
  height: 190px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.two-categories.card–tall .two-categories__unit__image .field--name-field-image {
  height: 100%;
  width: max-content;
}
.two-categories.card–tall .two-categories__unit__image img {
  height: 100%;
  width: auto;
}
.two-categories.card–tall .two-categories__unit__description {
  padding: 30px 40px 45px;
}
@media (max-width: 992px) {
  .two-categories.card–short .two-categories__wrapper {
    grid-template-columns: 1fr;
  }
  .two-categories.card–short .two-categories__unit {
    max-width: 100%;
  }
  .two-categories.card–short .two-categories__unit__content {
    flex-direction: column;
  }
  .two-categories.card–short .two-categories__unit__image {
    width: 100%;
    min-height: unset;
    max-height: 110px;
    padding-top: 9px;
  }
  .two-categories.card–short .two-categories__unit img {
    width: auto;
    height: 100px;
  }
  .two-categories.card–short .two-categories__unit__description {
    width: unset;
    padding: 23px 25px 10px;
  }
}
@media (max-width: 768px) {
  .two-categories__wrapper {
    grid-template-columns: 1fr;
  }
  .two-categories .two-categories__unit {
    max-width: 100%;
  }
  .two-categories.card–tall .two-categories__unit__description {
    padding: 25px 22px 15px;
  }
}
/*# sourceMappingURL=two-categories.css.map */
