.card-photo-group .container, .card-photo-group .container-fluid {
  max-width: 1140px;
  width: 100%; }
.card-photo-group .card-photo {
  margin-bottom: 30px; }
  .card-photo-group .card-photo .wrapper {
    background-color: var(--element1-bg); }
    .card-photo-group .card-photo .wrapper .text .text-inner .buttons a {
      border-width: var(--button-border-width);
      border-radius: var(--button-border-radius); }
    .card-photo-group .card-photo .wrapper .text .text-inner .buttons a.btn-primary {
      background-color: var(--element1-btn1-bg);
      color: var(--element1-btn1-text);
      border-color: var(--element1-btn1-border); }
      .card-photo-group .card-photo .wrapper .text .text-inner .buttons a.btn-primary:hover {
        background-color: var(--element1-btn1-bg-hover) !important;
        color: var(--element1-btn1-text-hover) !important;
        border-color: var(--element1-btn1-border-hover) !important; }
    .card-photo-group .card-photo .wrapper .text .text-inner .buttons a.btn-secondary {
      background-color: var(--element1-btn2-bg);
      color: var(--element1-btn2-text);
      border-color: var(--element1-btn2-border); }
      .card-photo-group .card-photo .wrapper .text .text-inner .buttons a.btn-secondary:hover {
        background-color: var(--element1-btn2-bg-hover) !important;
        color: var(--element1-btn2-text-hover) !important;
        border-color: var(--element1-btn2-border-hover) !important; }
    .card-photo-group .card-photo .wrapper .text .text-inner h3 {
      color: var(--element1-title); }
      .card-photo-group .card-photo .wrapper .text .text-inner h3 span {
        color: var(--element1-highlighted-title); }
    .card-photo-group .card-photo .wrapper .text .text-inner p {
      color: var(--element1-text); }
      .card-photo-group .card-photo .wrapper .text .text-inner p a {
        color: var(--element1-link); }
        .card-photo-group .card-photo .wrapper .text .text-inner p a:hover {
          color: var(--element1-link-hover); }
  .card-photo-group .card-photo h3 {
    font-size: 30rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-photo-group .card-photo p {
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1; }
  .card-photo-group .card-photo .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-photo-group .card-photo .text {
    padding: 40px;
    height: 100%; }
  .card-photo-group .card-photo .photo {
    aspect-ratio: 4/5; }
    .card-photo-group .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-photo-group .card-photo .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: var(--image-border-radius); }
  .card-photo-group .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

.card-photo-group .card-photo-wrapper {
  max-width: 1140px; }
.card-photo-group .card-photo {
  margin-bottom: 0; }
  .card-photo-group .card-photo .wrapper {
    overflow: visible;
    background-color: transparent;
    box-shadow: none; }
  .card-photo-group .card-photo .photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8px; }
    .card-photo-group .card-photo .photo .image {
      width: 100%;
      height: 100%; }
    .card-photo-group .card-photo .photo img {
      border-radius: 8px;
      transition: transform .3s ease; }
  .card-photo-group .card-photo .text {
    width: 100%;
    height: auto;
    padding: 14px 0 0; }
  .card-photo-group .card-photo .text-inner {
    display: block;
    height: auto; }
  .card-photo-group .card-photo h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--element1-title);
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left; }
    .card-photo-group .card-photo h3 .card-title-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 18px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-photo-group .card-photo h3 .card-title-icon figure,
      .card-photo-group .card-photo h3 .card-title-icon .image {
        width: 100%;
        height: 100%;
        margin: 0; }
      .card-photo-group .card-photo h3 .card-title-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0; }
    .card-photo-group .card-photo h3 .card-title-arrow {
      display: block;
      flex: 0 0 14px;
      margin-left: auto;
      color: color-mix(in srgb, var(--element1-text) 45%, transparent);
      font-family: "Barlow", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      background-image: url("/img/up-right-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 12px;
      height: 12px; }
  .card-photo-group .card-photo p {
    display: none; }
  .card-photo-group .card-photo:hover .photo img {
    transform: scale(1.03); }

@media (max-width: 575.5px) {
  .card-photo h3 {
    font-size: 20rem; }
  .card-photo .photo img {
    height: 60vw; }
  .card-photo .text {
    padding: 15px; }

  .card-photo-group .card-photo-wrapper {
    width: calc(100% - 40px);
    padding: 0; }
    .card-photo-group .card-photo-wrapper .row {
      margin-right: 0;
      margin-left: 0; }
  .card-photo-group .card-photo {
    margin-bottom: 24px;
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
    .card-photo-group .card-photo .photo {
      aspect-ratio: 4 / 5; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo {
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 30px !important; }
    .card-photo h3 {
      font-size: 23rem; }
    .card-photo .photo img {
      height: 330px; }
    .card-photo .text {
      padding: 20px; }

  .card-photo-wrapper .row {
    gap: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo h3 {
    font-size: 23rem; }
  .card-photo .photo img {
    height: 200px; }
  .card-photo .text {
    padding: 20px; }

  .card-photo-wrapper .row {
    justify-content: center; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo h3 {
    font-size: 24rem; }
  .card-photo .photo img {
    height: 200px; }
  .card-photo .text {
    padding: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-photo h3 {
    font-size: 26rem; }
  .card-photo .photo img {
    height: 240px; }
  .card-photo .text {
    padding: 30px; } }

/*# sourceMappingURL=card_photo.css.map */
