.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;
}

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

.package-videos-list{
margin-top: 60px;
}
.video-row{
padding-top: 20px;
padding-bottom: 20px;
display: flex;
align-items: center;
gap: 20px;
width: 100%;
border-top: solid 1px #323232;
border-bottom: solid 1px #323232;
}
.small-description{
font-size: 18px;
line-height: 20px;
}
.list-item{
padding-left: 8px;
padding-right: 20px;
text-align: left;
}
.list {
list-style: inherit;
color: #a6a6a6;
}
.video-poster{
width: 350px;
}

.max-width-200{
max-width: 200px;
}
.min-100vh-center-min-footer{
min-height: calc(100vh - 285px);
display: flex;
align-items: center;
}

@media only screen and (max-width: 767px) {
.video-row{
  flex-direction: column; 
}
.video-poster{
    width: 100%;
}
}