.custom-card {
    border: 1px solid #dfe2e5;
    border-radius: 6px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; /* Add internal padding on the left side */
    padding-right: 1rem; /* Add internal padding on the right side */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
    height: 280px;
}
