.neo-premium-services-list{
  display: flex;
  overflow: hidden;
  position: relative;
  width:100%; 
  flex-direction: column;
  background-color: var(--neo-background-color-elements);
  padding: var(--neo-padding-elements-inner);
  border-radius: var(--neo-border-radius);
  transition: background-color .5s ease;
}

.neo-premium-services-list ul{
  z-index: 2;
}

.neo-premium-services-list .standard-badge-holder{
  margin-bottom: -10px;
}

.neo-premium-services-list .icon-wrapper{
  margin-bottom: 20px;
}

.neo-premium-services-list .main-heading{
  margin-bottom: 10px;
}

.neo-premium-services-list .neo-button{
  margin-top: 0;
  padding: 4px 20px;
  font-size: 15px;
}

.neo-premium-services-list .big-text{
  font-size: 150px;
  top: -20px;
}

.neo-premium-services-list.has-small-heading .main-heading{
  margin-top:5px;
}

.neo-premium-services-list .small-heading-wrapper span{
  margin-top: 20px;
}

.neo-premium-services-list .description-wrapper span{
  color:var(--neo-color-paragraph)
}

.neo-premium-services-list ul{
  margin-top: 15px;
}

.neo-premium-services-list ul .neo-icon{
  width: 16px;
  height: 16px;
}

.neo-premium-services-list:hover .vertical-line:before{
  height: 0;
}

.neo-premium-services-list:hover .vertical-line:after{
  height: 50px;
}

.neo-premium-services-list li .neo-icon:before{
  background-color: var(--neo-color-accent);
}

.neo-premium-services-list li svg{
  fill: var(--neo-color-accent);
  width: 16px;
  height: 16px;
}

body .neo-premium-services-list li:before{
  content:none;
}