.card-photo {
  margin-bottom: 30px; }
  .card-photo a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  .card-photo h3 {
    font-size: 35rem;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
    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; }
  .card-photo .text-inner {
    max-width: 540px;
    margin: 0 auto; }
  .card-photo .text {
    padding: 40px;
    height: 100%; }
  .card-photo .photo {
    min-height: 457px; }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 100%; }
    .card-photo .photo img {
      width: 100%;
      max-width: 100%;
      max-height: 472px;
      object-fit: contain; }
  .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-photo {
    margin-bottom: 30px; }
    .card-photo h3 {
      font-size: 28rem;
      margin-bottom: 12px; }
    .card-photo .photo {
      min-height: auto; }
      .card-photo .photo img {
        max-height: 100%;
        min-height: 170px; }
    .card-photo .text {
      padding: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo {
    margin-bottom: 30px; }
    .card-photo h3 {
      font-size: 28rem;
      margin-bottom: 12px; }
    .card-photo .photo {
      min-height: auto; }
      .card-photo .photo img {
        max-height: 100%; }
    .card-photo .text {
      padding: 15px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo h3 {
    font-size: 27rem;
    margin-bottom: 12px; }
  .card-photo .photo {
    min-height: 183px; }
    .card-photo .photo img {
      max-height: 183px; }
  .card-photo .text {
    padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo h3 {
    font-size: 28rem;
    margin-bottom: 12px; }
  .card-photo .photo {
    min-height: 235px; }
    .card-photo .photo img {
      max-height: 235px; }
  .card-photo .text {
    padding: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-photo h3 {
    font-size: 30rem; }
  .card-photo .photo {
    min-height: 285px; }
    .card-photo .photo img {
      max-height: 285px; }
  .card-photo .text {
    padding: 30px; } }

/*# sourceMappingURL=card_photo.css.map */
