.card-pink {
    border-radius: 6px;
    border-bottom: 4px solid #552383 !important;
}

.card-blue {
    border-radius: 6px;
    border-bottom: 4px solid #552383 !important;
}

.col .card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.card-body {
    padding: 1rem 1.5rem;
}

.card-body p {
    color: #4b5563;
}

.card-blue svg {
    fill: #552383;
}

.card-pink svg {
    fill: #552383;
}

.card-blue .card-footer p {
    color: #0077be;
}

.card-pink .card-footer p {
    color: #0077be;
}

.card-blue .card-footer p b {
    color: #552383;
}

.card-pink .card-footer p b {
    color: #552383;
}

.card-shape {
    position: relative;
}

.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #ffffff;
}
