.ProductCard.StyleOne{
  background: linear-gradient(138.31deg, #FBE4EE 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 550px;
  border-radius: 28px;
  text-align:center;
  padding-top:30px;
}
.ProductCard div.thumb_image {
    min-height: 258px;
}
.ProductCard  .name {
    padding: 22px 0;
    font-weight: bold;
    line-height: normal;
    position:relative;
    z-index:1;
  transition:all 1.8s;
}
a.know_more-btn {
    margin-left: -10px;
    background: linear-gradient(90deg, #3682ad 0%, #6e44ad 103.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}


a.know_more-btn:after {
    background-image: url(https://inai.io/hubfs/Arrow%20Right.png);
    content: " ";
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: 6px;
}


.ProductCard  .name span {
    position: relative;
    top: -5px;
    margin-left: 7px;
}
.ProductCard img.thumb_image {
    height: auto;
    max-width: 392px;
    position: relative;
    width: 90%;
    box-shadow: 0px 4px 26.5px 0px #00000040;
    box-shadow: -5px 0px 26.5px 0px #00000040;
    border-radius: 24px;
    background-color: #FFF;
}
.ProductCard  .description, .ProductCard  .description p {
    max-width: 392px;
    margin: 0 auto;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #1F2937;
    position:relative;
    z-index:1;
    margin-bottom:15px;
}

.ProductCard.style_three {
    text-align: left !important;!i;!;
    border: 1px solid #EEE;
    float: left;
    border-radius: 8px;
    padding-bottom: 24px;
}

.ProductCard.style_three img.thumb_image {
    box-shadow: none;
    width: 100% !important;!i;!;
    height: 190px !important;!i;!;
    display: block;
    object-fit: contain;
    left:0 !Important; top:0 !Important;
}

.ProductCard.style_three div.thumb_image {
    display: flex;
    height: 250px;
    align-items: center;
    border-bottom: 1px solid #EEE;
}

.ProductCard.style_three  .name {
    align-items: baseline;
    justify-content: left;
    padding-left: 20px !important;
    display: block !important;
    width: 100%;
    padding: 22px 0 10px 0;
}

.ProductCard.style_three .name img.cta_right_image {
    display: none;
}

.ProductCard.style_three .name span {
    margin-left: 0;
    top: 0; font-size: 18px;
}

.description {}

.ProductCard.style_three .description {
    padding-left: 20px;
    padding-right: 2px;
    min-height: 330px;
}

.ProductCard.style_three a.know_more-btn {
    padding-left: 20px;
    font-size:16px;
  font-family:Inter, sans-serif !important;
}


@media only screen and (max-width: 767px) {
  .ProductCard.style_three .description { min-height:auto !important; padding-left:0; }
  .ProductCard.StyleOne{ min-height:auto; padding-bottom:25px; }
  .ProductCard.style_three .name {  margin-top: 0px; padding-right:15px; }
  .ProductCard  .description br, .ProductCard  .description p br { display:none;  }
  .name img.cta_right_image{ width:auto; }
  .ProductCard .description{ width:90%; }
  html .ProductCard div.thumb_image{ min-height:auto; }
  .ProductCard .name {
      padding: 0 0 22px 0;
      margin-top: -20px;
  }
}