.card-photo-wrapper .card-photo-carousel {
  height: 100%; }
.card-photo-wrapper .owl-stage {
  display: flex;
  height: fit-content; }

.card-photo {
  margin-bottom: 30px;
  height: 100%; }
  .card-photo h3 {
    font-size: 19rem;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    min-height: 43px; }
  .card-photo p {
    font-size: 17rem;
    font-family: "Inter", sans-serif;
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0;
    height: fit-content; }
  .card-photo .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-photo .text {
    padding: 22px 30px;
    padding-bottom: 10px;
    height: 100%;
    width: 100%;
    background-color: var(--dark-bg);
    border-radius: 18px;
    margin-top: 15px; }
  .card-photo .photo {
    width: 100%; }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-photo .photo img {
      width: 100%;
      height: 151px;
      object-fit: cover;
      border-radius: 18px; }

@media (max-width: 575.5px) {
  .card-photo .photo img {
    height: 47vw; }
  .card-photo h3 {
    font-size: 18rem;
    margin-bottom: 10px;
    min-height: 38px; }
  .card-photo p {
    font-size: 16rem; }
  .card-photo .text {
    padding: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo .photo img {
    height: 25vw; }
  .card-photo h3 {
    font-size: 18rem;
    margin-bottom: 10px;
    min-height: 38px; }
  .card-photo p {
    font-size: 16rem; }
  .card-photo .text {
    padding: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo .photo img {
    height: 133px; }
  .card-photo h3 {
    font-size: 18rem;
    margin-bottom: 10px;
    min-height: 38px; }
  .card-photo p {
    font-size: 16rem; }
  .card-photo .text {
    padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo .photo img {
    height: 155px; }
  .card-photo .text {
    padding: 15px 20px; } }

/*# sourceMappingURL=card_photo.css.map */
