.card {
    width: 23rem;
    height: 26rem;
    border-radius: 10px;
    padding: 10px;
}

.card img {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
}

.card h3 {
    margin: 0px;
    text-align: left;
    font-family: "Karla", sans-serif;
    font-weight: 800;
    font-size: 1.25em;
    color: black;
    text-decoration: none !important;
}

.card .subtitle {
    font-family: "Karla", serif;
    text-align: left;
    color: black;
    text-decoration:none !important;
}

.card a {
    text-decoration: none;
    color: blue;
}

.card i {
    font-style: normal;
}

.card i::before {
    margin-right: 5px;
    color: black;
}

.card i:hover {
    text-decoration: underline;
}

.card i {
    width: 24px;
    height: 24px;
}

.intro {
    width: 80%;
    margin: auto;
}


@media (max-width: 576px) {
    .content {
        width: 95%;
    }

    .card {
        width: 300px;
    }
}