.itemcard-wrapper{
  display:flex;
  gap:20px;
  justify-content:center;
}

.itemcard{
  padding:20px;
}

.style-3 .pricing-info-description {
    margin-left: 150px;
}

.pricing-list .uk-button-default {
    background-color: #4a3aff;
    color: #fff;
  padding:10px 20px;
   line-height: 1;
  border-radius:6px;
}

.pricing-list .heading-text-box, .pricing-main .heading-text-box {
    margin-bottom: 40px;
}

.pricing-item .pricing-info-icon svg {
    width: 18px;
}

label.plan-title {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 60px;
    color: #2A2A2A;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.pricing-info-icon {
    padding-left: 150px;
}


@media only screen and (max-width: 768px) {
  .pricing-info-icon {
    padding-left: 0px;
}
  
  .style-3 .pricing-info-description {
    margin-left: 0px;
}
}

@media only screen and (max-width: 560px) {
  .itemcard-wrapper{
  display:flex;
  gap:20px;
  justify-content:end;
    flex-direction:column;
}
    .pricing-list .pricing-wrapper .pricing-item{
    display: grid;
    padding: 24px 0px;
    gap: 66px;
    grid-template-columns: repeat(1, 1fr) !important;
    background: transparent;
    border-bottom: 1px solid #D6D6D6;
    border-top-width: 0px;
  }

  
}

body.rp_theme_dark .pricing-list.style-3 {
      background-image: linear-gradient(to right, rgba(22, 25, 33, 1),rgba(39, 41, 50, 1)); !important;
}

body.rp_theme_dark .pricing-list.style-3 .overline{
      color:#4A3AFF !important;
}
body.rp_theme_dark .pricing-list.style-3 .pricing-wrapper .itemcard-wrapper > .itemcard h6 span {
      color:#0D0A2C !important;
}

body.rp_theme_dark .pricing-list.style-3 .pricing-wrapper .itemcard-wrapper > .itemcard p span {
      color:#2A2A2A !important;
}

body.rp_theme_dark .pricing-item .pricing-info-icon svg {
    fill: #fff !important;
}

body.rp_theme_dark .pricing-item > .plan-name img {
    filter: invert(1);
}