.sh-photo-cards{display:flex;gap:40px}.sh-photo-card{background-position:50%;background-size:cover;border-radius:16px;box-shadow:0 4px 4px 0 #00000040;cursor:auto;min-height:400px;overflow:hidden;padding:0;position:relative;text-align:left;width:50%}.sh-photo-card__body{background:rgba(0,0,0,.65);bottom:0;padding:32px 32px 0;position:absolute;transition:all .3s ease}.sh-photo-card__body h3{color:#fff;font-size:30px;font-weight:600;line-height:36px}.sh-photo-card__body div{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.sh-photo-card__body p{color:#fff;padding-bottom:32px}@media (max-width:640px){.sh-photo-cards{flex-direction:column;gap:30px}.sh-photo-card{width:100%}}