div[id^="campaignPlaceholder"] ul {
    padding-left: 0px;
}

div[id^="campaignPlaceholder"] ul > div:first-child {
  display: none !important;
}

div[id^="campaignPlaceholder"] span p {
  display:none;
}

div[id^="campaignPlaceholder"] span ul li {
 /* margin-top:20px; */
}

div[id^="campaignPlaceholder"] {
  margin-bottom: 50px;
}

div[id^="campaignPlaceholder"] span ul li input[type="radio"]:checked, input[type="checkbox"]:checked {
  border: 1px solid #D0CFCF;
}


span.plan__price.paidElement {
    margin-bottom: 15px;
    display: block;
}

.hidethis {
display:none;
}

h5 {
    color: #B3B3B3;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 2px;
    font-family: inherit;
    font-weight: inherit;
}

h4 {
    font-size: 32px;
    line-height: 1.09;
    margin-bottom: 14px;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {
.d-sm-none {
    display: none!important;
}
}

