.btn-cta {
    background-color: #B725CB;
    border: none;
    color: white;
    transition: background-color 0.3s;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 18px;
    margin-top: 1.25rem;
}

.btn-cta:hover {
    color: white;
    background-color: #a01caf;
}

.container-name-detail{
    display: flex;
    flex-direction: column;
}
