.card-photo-wrapper {
  padding-top: 4.5vw;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: -4.5vw; }

.card-photo {
  margin-bottom: 6.5vw; }
  .card-photo h3 {
    font-size: 30rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-photo p {
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1; }
  .card-photo .wrapper {
    box-shadow: 0px -7px 25px rgba(0, 0, 0, 0.07);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-photo a.wrapper:hover {
    box-shadow: 0 0 10px 2px var(--transparent-color1); }
  .card-photo .text {
    padding: 40px;
    height: 100%; }
  .card-photo .photo {
    width: 100%;
    position: relative;
    top: -4.5vw;
    padding: 0 15px;
    margin-bottom: -4.5vw; }
    .card-photo .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      aspect-ratio: 3 / 2; }
    .card-photo .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card-photo .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .card-photo .text-inner:after {
      content: "";
      display: block;
      background-image: url(/img/card-photo-arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 27px;
      margin-top: 25px; }

@media (max-width: 575.5px) {
  .card-photo-wrapper {
    padding-left: 15px;
    padding-right: 15px; }

  .card-photo {
    margin-bottom: 70px; }
    .card-photo h3 {
      font-size: 20rem; }
    .card-photo .text {
      padding: 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-photo-wrapper {
    padding-left: 20px;
    padding-right: 20px; }

  .card-photo {
    margin-bottom: 70px; }
    .card-photo h3 {
      font-size: 23rem; }
    .card-photo .text {
      padding: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-photo-wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  .card-photo h3 {
    font-size: 23rem; }
  .card-photo .text {
    padding: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-photo-wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  .card-photo h3 {
    font-size: 22rem; }
  .card-photo .text {
    padding: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-photo h3 {
    font-size: 26rem; }
  .card-photo .text {
    padding: 20px; } }

/*# sourceMappingURL=card_photo.css.map */
