@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.expend-cards-section {
  margin: auto;
  margin-bottom: 84px;
  padding-top: 100px;
}
.expend-cards-section__title {
  font-family: "BebasNeue";
  text-transform: uppercase;
  font-size: 70px;
  line-height: 109%;
  font-weight: 400;
  color: #000;
  margin-bottom: 70px;
  text-align: center;
}
.expend-cards-section__grid .experience-expendCards {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px;
}
.expend-cards-section__quote {
  height: 300px;
  background-color: #3D484A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
.expend-cards-section__quote .quote-images img {
  width: 184px;
  height: 118px;
  -o-object-fit: contain;
     object-fit: contain;
}
.expend-cards-section__quote .quote-images .quote-image-light {
  display: none;
}
.expend-cards-section__quote .quote-text h1,
.expend-cards-section__quote .quote-text h2,
.expend-cards-section__quote .quote-text h3,
.expend-cards-section__quote .quote-text h4 {
  font-family: "heboo";
  font-size: 31px;
  line-height: 110%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
}
.expend-cards-section__quote .quote-text p {
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #fff;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.expend-cards-section__quote.expends {
  background-color: #3D484A;
}
.expend-cards-section__quote.expends .quote-images .quote-image-dark {
  display: block;
}
.expend-cards-section__quote.expends .quote-images .quote-image-light {
  display: none;
}
.expend-cards-section__image {
  width: 100%;
}
.expend-cards-section__image.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .expend-cards-section {
    padding-top: 64px;
    margin-bottom: 64px;
  }
  .expend-cards-section__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 48px;
  }
  .expend-cards-section__grid .experience-expendCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    gap: 40px;
    margin-bottom: 64px;
    padding-inline: 28px;
  }
  .expend-cards-section__quote {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-block: 64px;
    background-color: #86a650;
  }
  .expend-cards-section__quote .quote-images img {
    width: 157px;
    height: 101px;
  }
  .expend-cards-section__quote .quote-images .quote-image-dark {
    display: none;
  }
  .expend-cards-section__quote .quote-images .quote-image-light {
    display: block;
  }
  .expend-cards-section__quote .quote-text h1,
  .expend-cards-section__quote .quote-text h2,
  .expend-cards-section__quote .quote-text h3,
  .expend-cards-section__quote .quote-text h4 {
    font-size: 28px;
    line-height: 134%;
    margin-bottom: 28px;
    text-align: center;
  }
  .expend-cards-section__quote .quote-text p {
    font-size: 18px;
    line-height: 134%;
    font-weight: 300;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    text-align: center;
  }
  .expend-cards-section__quote.expends {
    background-color: #86a650;
  }
  .expend-cards-section__quote.expends .quote-images .quote-image-dark {
    display: none;
  }
  .expend-cards-section__quote.expends .quote-images .quote-image-light {
    display: block;
  }
  .expend-cards-section__image.desktop {
    display: none;
  }
  .expend-cards-section__image.mobile {
    display: block;
  }
}

.expend-card {
  border-radius: 36px;
  overflow: hidden;
  border: 0.46px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0.91px 1.82px 0px rgba(28, 5, 77, 0.02);
          box-shadow: 0px 0.91px 1.82px 0px rgba(28, 5, 77, 0.02);
  -webkit-box-shadow: 0px 0.46px 1.82px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.46px 1.82px 0px rgba(0, 0, 0, 0.08);
}
.expend-card__image {
  width: 100%;
  height: 215px;
  margin-bottom: 15px;
}
.expend-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.expend-card__titles {
  padding-inline: 12px;
  margin-bottom: 17px;
}
.expend-card__titles .card-title {
  font-family: "BebasNeue";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 120%;
  color: #000;
  font-weight: 400;
}
.expend-card__titles .card-subtitle {
  font-family: "heboo";
  text-transform: capitalize;
  font-size: 16px;
  line-height: 140%;
  color: #6F6F6F;
  font-weight: 700;
}
.expend-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  margin-bottom: 13px;
  padding-inline: 13px;
}
.expend-card__actions .card-link {
  display: block;
  width: 24px;
  height: 24px;
}
.expend-card__actions .card-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.expend-card__actions .expend-button {
  background: none;
  border: none;
}
.expend-card__actions .expend-button span {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expend-card__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.expend-card__content p {
  font-family: "heboo";
  font-size: 16px;
  line-height: 150%;
  color: #6F6F6F;
  font-weight: 300;
  margin: 0;
}
.expend-card.active .expend-card__actions .expend-button span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.expend-card.active .expend-card__content {
  max-height: 900px;
  overflow: hidden;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .expend-card__image {
    height: 246px;
    margin-bottom: 20px;
  }
  .expend-card__titles {
    padding-inline: 20px;
    margin-bottom: 0;
    max-width: 250px;
  }
  .expend-card__titles .card-subtitle {
    font-size: 18px;
    line-height: 134%;
  }
  .expend-card__actions {
    gap: 12px;
    margin-bottom: 20px;
    padding-inline: 0;
    -webkit-padding-end: 25px;
            padding-inline-end: 25px;
    margin-top: -20px;
  }
  .expend-card__actions .card-link {
    display: block;
    width: 38px;
    height: 38px;
  }
  .expend-card__actions svg {
    width: 22px;
    height: 22px;
  }
}