.card-photo {
  margin-bottom: 30px; }
  .card-photo h3 {
    font-size: 25rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px; }
  .card-photo p {
    text-align: center;
    margin-bottom: 0; }
  .card-photo a.wrapper:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
  .card-photo .wrapper {
    border-radius: 34px;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-photo .text {
    padding: 10px;
    height: 100%; }
  .card-photo .photo .image {
    display: flex;
    justify-content: center;
    align-items: center; }
  .card-photo .photo img {
    width: 100%;
    height: 397px;
    object-fit: cover;
    border-radius: 34px; }
  .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-photo .wrapper {
    padding: 20px; }
  .card-photo h3 {
    font-size: 20rem; }
  .card-photo .photo {
    width: 100%; }
    .card-photo .photo img {
      height: 62vw; }
  .card-photo .text {
    padding: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo .wrapper {
    padding: 20px; }
  .card-photo h3 {
    font-size: 20rem; }
  .card-photo .photo {
    width: 100%; }
    .card-photo .photo img {
      height: 62vw; }
  .card-photo .text {
    padding: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo .wrapper {
    padding: 20px; }
  .card-photo h3 {
    font-size: 20rem; }
  .card-photo .photo img {
    height: 270px; }
  .card-photo .text {
    padding: 0; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo .wrapper {
    padding: 15px; }
  .card-photo h3 {
    font-size: 18rem; }
  .card-photo p {
    font-size: 16rem; }
  .card-photo .photo img {
    height: 232px; }
  .card-photo .text {
    padding: 0; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-photo .wrapper {
    padding: 20px; }
  .card-photo h3 {
    font-size: 20rem; }
  .card-photo .photo img {
    height: 270px; }
  .card-photo .text {
    padding: 0; } }

/*# sourceMappingURL=card_photo.css.map */
