.follow h2 {
  text-align: left;
  font: italic normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  margin-bottom: 19.84px;
}

.follow h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 116px;
  height: 3px;
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  bottom: -6px;
}

.follow ul.prices {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  gap: 24px;
}

.follow ul.prices li {
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  /* padding: 16.67px 15.4px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.follow .price-card .ccpw-card-body {
  box-shadow: none !important;
  border-bottom: 1px solid #7c7c7c;
  border-radius: 0 !important;
}

.follow ul.prices li a {
  text-align: center;
  text-decoration: underline;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  margin-top: 10.93px;
  margin-bottom: 10.93px;
}

.section.follow .container ul li a:hover {
  color: var(--accent-color) !important;
}
