.membership-card{
background-color: #000000;
color: #ffffff;
text-align: center;
border-radius: 15px;
padding-top: 30px;
padding-bottom: 20px;
border: solid 1px #474747;
}

.memberships-section{
background-color: #010101;
}

.membership-card-price{
font-family: 'font-xtrabold';
font-size: 2rem;
background-color: var(--second-color);
display: inline-block;
width: 100%;
padding: 10px;
}

.list{
list-style: none;
color: #a6a6a6;
}

.membership-card-price:before{
border: solid 2px red;
}

.list-item{
    padding-left: 20px;
    padding-right: 20px;
}
/*
.linea{
position: absolute;
width: 54px;
height: 1px;
background-color: var(--second-color);
top: 0px;
left: 0px;
right: 0px;
margin: auto;
}
*/