.tools-section-saleclub .paragraph-description {
    color: #767676;
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.tools-section-saleclub h2 {
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 150%;
}

.product-features-section .single-feature .show {
  display: block;
}
.product-features-section .single-feature .hide {
  display: none;
}
.product-features-section .icons-only, .product-features-section .images-only {
  display: none;
}
.product-features-section .single-feature-card.icon-show .icons-only {
  display: block;
}
.product-features-section .single-feature-card.image-show .images-only {
  display: block;
  margin-bottom: 1rem;
}
product-features-section .single-feature-card.center .headingImg-style {
  flex-direction: column;  
  gap: 16px
}

.product-features-section .single-feature-card.center .headingImg-style .images-only img {
  max-width: 60px !important;
  max-height: 60px;
  object-fit: contain;
}

.product-features-section .single-feature-card.left .headingImg-style .images-only img {
  max-width: 32px !important;
  max-height: 32px;
  object-fit: contain;
}

.product-features-section .single-feature-card.center {
  text-align: center;
}

.product-features-section .single-feature-card .headingImg-style .subheading-application {
font-family: Calibri;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
}

.product-features-section .single-feature-card .paragraph-description  {
  color: #475467;  
  font-size: 18px; 
  font-weight: 400;
  line-height: 170%; 
}

.product-features-section .single-feature-card:hover {
  background-color: #f9fafb;
}

.product-features-section .single-feature-card:hover .common-resource-link .arrow {
  transition: all .3s ease;
  right: 3px;
}

@media (max-width:991.98px) {
  .product-features-section .single-feature-outer:nth-child(3) .single-feature-card {
    border-top: 1px solid #D0D5DD;
  }
  .product-features-section .single-feature-outer:nth-child(2n) .single-feature-card {
    border-right: 0;
  }
  .product-features-section .single-feature-outer:nth-child(3n) .single-feature-card {
    border-right: 1px solid #D0D5DD;
  }
  .product-features-section .single-feature-card .headingImg-style {  
    gap: 10px;
  }
  
  .product-features-section .single-feature-card .headingImg-style .subheading-application {  
  font-size: 20px;  
}
}

@media (max-width:575.98px) {
  .product-features-section .single-feature-outer:nth-child(2) .single-feature-card {
    border-top: 1px solid #D0D5DD;
  }
  .product-features-section .single-feature-outer .single-feature-card {
    border-right: 0px !important;
    padding: 20px 12px;
  }
  
  .product-features-section .single-feature-card .headingImg-style .subheading-application {  
  font-size: 18px;  
}
}


.tools-section-saleclub .single-feature-card {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 40px;
}

