.pricing-resources .main-overview {
  margin-bottom: 1em;
}

.pricing-resources .item {
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pricing-resources .item .item-button {
  margin-top: auto;
}

.pricing-resources .container-wrap.reskin-adv-grid__items {
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .pricing-resources .reskin-adv-grid__items .flex-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .pricing-resources .col-space-3_wrap.col-space-3_wrap.col-space-3_wrap > .item,
  .post-col-space-3_wrap .item {
    margin: unset !important;
    max-width: unset !important;
  }
  .pricing-resources .container-wrap.reskin-adv-grid__items {
    margin-top: 30px !important;
  }
  .pricing-resources .item {
    padding: 20px;
  }
}
/* ITEM IMAGE STYLE
* //////////////////////////*/
.pricing-resources .item-img.medium-img img {
  max-width: 17em;
}

.pricing-resources .item-img.small-img img {
  max-width: 6em;
}

.pricing-resources .item-img.smaller-img img {
  max-width: 3em;
}

.pricing-resources .item-img img {
  width: 100%;
  margin-bottom: 0.75em;
}

/* OPTION 1 
* //////////////////////////*/
.pricing-resources .item-img {
  height: 13.5em;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 1em;
  background-repeat: no-repeat;
}

/*  .item-title */
.pricing-resources .item-content-area {
  margin-bottom: 0.2em;
}

.pricing-resources .item-title {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pricing-resources .item-img {
    height: 10em;
  }
}

/* CUSTOM CLASS 
* /////////////////////////////*/
.grid-blob .item-support-content {
  background-image: url(https://info.rippleit.com/hubfs/Temp%20Files%20-%202020/Brands%20Logo/oval-blog_small.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-resources.img-custom-size .item img {
  max-height: 7em;
  width: auto;
  margin-bottom: 2em;
}

.pricing-resources.img-custom-size .item-img {
  text-align: center;
}

/* LINK BUTTON */
.pricing-resources .item-button.link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.pricing-resources .item-button.link svg {
  margin-left: 5px;
}

.pricing-resources .item-title.item-title--small {
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .pricing-resources .item-title.item-title--small {
    font-size: 16px;
  }
}