

.product-cards-wrapper {
    padding: 110px 0 0;
}

.product-cards-wrapper .main-heading {
    margin-bottom: 20px;
}

.product-cards-wrapper .subheading {
    margin-bottom: 60px;
}

.product-cards-wrapper .product-card {
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-cards-wrapper .product-card.experience {
    background:linear-gradient(121deg, #FCF5F4 0%, #F5DCDF 104.12%);
}

.product-cards-wrapper .product-card.analytics {
    background: linear-gradient(180deg, #DDF5FE 0%, #F3FCFF 100%);
}

.product-cards-wrapper .product-card.security {
    background: linear-gradient(180deg, #DDFFE9 0%, #F2FFF6 100%);
}

.product-cards-wrapper .product-card.operations {
    background: linear-gradient(180deg, #FEE1D1 0%, #FEF1EA 100%);
}
.product-cards-wrapper .product-cards.row {
    gap: 42px;
}
.product-cards-wrapper .product-cards.row .product-bg{
    padding: 0;
    width: 470px;

}

.product-cards-wrapper .product-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
/* .product-cards-wrapper .product-card-header img{
    height:28px;
} */

.product-cards-wrapper .product-card-icon-text {
    font-size: 20px;
    font-weight: 600;
}

.product-cards-wrapper .product-card-heading {
    margin-bottom: 16px;
    color: #1A1A1A;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-cards-wrapper .product-card-description {
   text-align: left !important;
    margin-bottom: 8px !important;
}

.product-cards-wrapper .product-btn-parent{
   display: flex;
    height: 44px;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #242424;
     border-radius: 12px;
     margin-top: auto;
     align-self: flex-start;
}

.product-cards-wrapper .product-card-button {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    text-decoration: none;
    display: inline-block;
   
}
.product-cards-wrapper .product-card-button img{
 margin-left: 6px;
}

.product-cards-wrapper .product-card-button img {
    width: 8px;
    height: 8px; 
}

.product-cards-wrapper .product-btn-parent:hover{
    background: linear-gradient(91deg, #544FF8 70.08%, #2EB6AE 100.12%);
}
.product-cards-wrapper .product-btn-parent:hover img{
    transform: scale(1.2);
}

/* Breakpoints */
@media (max-width: 1399.98px) { 
   
}
@media (max-width: 1199.98px) { 
   .product-cards-wrapper .main-heading {
        margin-bottom: 18px;
    }
    .product-cards-wrapper .product-cards.row {
        gap: 21px ;
    }
    .product-cards-wrapper .product-cards.row .product-bg{
        width: 48%;
    }
    .product-cards-wrapper .product-card-heading{
        font-size: 26px;
    }

}
@media (max-width: 991.98px) { 
     
}
@media (max-width: 767.98px) {
     .product-cards-wrapper .product-card {
        padding: 26px;
   
    }
    .product-cards-wrapper .subheading {
        margin-bottom: 32px;
        
    }
     .product-cards-wrapper .product-cards.row .product-bg{
        width: 100%;
         padding: 0 12px;
       
    }
     .product-cards-wrapper .product-card-heading{
        font-size: 24px;
    }

    .product-cards-wrapper .product-card-header img{
        height:21px;
    }
    .product-cards-wrapper .product-card-header {
        margin-bottom:22px;
    }
  
}


