
.text-card p {
    font-size: 1.1rem;
}

.join-us-card-wrapper .text-card {
    width: 300px; /* Set a fixed width for small square cards */
    height: 320px; /* Set a fixed height to make cards identical */
}

@media (max-width: 600px) {
    .join-us-card-wrapper .text-card {
        width: 100%; /* Full width on small screens */
    }
}

.text-top, .text-bottom {
    text-align: center;
    color: var(--text-color);
    font-size: 1.1rem;
    background-color: var(--white);
    padding: 15px;
    border-radius: 8px;
}
