.card-photo {
  margin-bottom: 30px; }
  .card-photo h3 {
    font-size: 25rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-photo p {
    text-align: center;
    margin-bottom: 0;
    flex: 1; }
  .card-photo .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none;
    padding-bottom: 25px; }
    .card-photo .wrapper:hover {
      -webkit-box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.5);
      -moz-box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.5);
      box-shadow: 0px 0px 18px 0px rgba(66, 68, 90, 0.5); }
  .card-photo .text {
    padding: 40px;
    height: 100%; }
  .card-photo .photo {
    width: 100%; }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    .card-photo .photo img {
      width: 100%;
      height: 390px;
      object-fit: cover;
      object-position: center; }
  .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .card-photo::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
    height: 23px;
    background-image: url("/img/right-arrow.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; }

@media (max-width: 575.5px) {
  .card-photo {
    margin: 0 auto;
    margin-bottom: 20px; }
    .card-photo h3 {
      font-size: 20rem; }
    .card-photo .photo img {
      height: 65vw; }
    .card-photo .text {
      padding: 15px; }
    .card-photo .wrapper {
      padding-bottom: 35px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo {
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .card-photo h3 {
      font-size: 23rem; }
    .card-photo .photo img {
      height: 240px; }
    .card-photo .text {
      padding: 20px; }
    .card-photo .wrapper {
      padding-bottom: 35px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo h3 {
    font-size: 18rem; }
  .card-photo .photo img {
    height: 200px; }
  .card-photo .text {
    padding: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo h3 {
    font-size: 16rem; }
  .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: 18rem; }
  .card-photo .photo img {
    height: 240px; }
  .card-photo .text {
    padding: 30px; } }

/*# sourceMappingURL=card_photo.css.map */
