@import "homepage.css";

.text-header-card {
    font-family: var(--font-playfair);
    color: var(--background-light-pink);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

.text-content-card {
    font-family: var(--font-lato);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;

}

.img-card {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    @media (max-width: 767px) {
        max-height: 50vw;
    }
    max-height: 15vw;
}
