.postcard--team .postcard__wrapper{display:flex;flex-direction:column;height:100%}.postcard--team .postcard__image{padding-bottom:150%;width:100%;background-size:cover;background-position:center;display:block}.postcard--team .postcard__content{background-color:#eee;padding:15px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.postcard--team .postcard__title{font-size:1.6em;text-align:center;padding-bottom:15px;border-bottom:1px solid #ccc;margin-bottom:15px}.postcard--team .postcard__footer{margin-top:15px;display:flex;flex-direction:column;gap:5px;font-size:1.1em}.postcard--team .postcard__footer .btn{background-color:transparent;color:var(--primary-color);border:1px solid}.postcard--team .postcard__footer .btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);text-decoration:none}