.wrap-template-97 .custom-card {
    padding: 15px;
    background-color: #4c2a4d;
    color: white;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wrap-template-97 .wrap-img {
    max-height: 220px;
    overflow: hidden;
    border-radius: 2rem;
}

.wrap-template-97 .custom-card img {
    border-radius: 2rem;
    width: 100%;
    max-width: 615px;
    min-height: 315px;
    object-fit: cover;
}

.wrap-template-97 .custom-card .card-body {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 0.8rem 0 0.4rem 0;
    margin-bottom: 0;
}

.wrap-template-97 .btn-yellow {
    background-color: #ffba00;
    color: #000;
    font-weight: 600;
    border: 1px #000;
    border-radius: 1rem;
    padding: 0.5rem 2.5rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.75rem;

}

.wrap-template-97 .btn-yellow:hover {
    background-color: #e6b800;
}