.why-value-card-section .whyValue-card-wrap
{
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0 0 0;
}
.why-value-card-section .whyValue-card
{
  width: 234px;
  min-height: 330px;
  border-radius: 12px;
  background: linear-gradient(130deg, #FAFDFF 0%, #E6E5FF 97.1%);
  padding:40px 22px
}
.why-value-card-section .whyValue-card img
{
  height: 32px;
}
.why-value-card-section .whyValue-card h3
{
  margin: 22px 0 0 0;
  color: #1A1A1A;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 32.2px */
}
.why-value-card-section .whyValue-card p
{
  color: #4D4D4D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 12px 0 0 0;
}
/* Responsive Styles */
@media (max-width: 991.98px) {
.why-value-card-section .whyValue-card
{
  width: 250px;
}

}
@media (max-width: 767.98px) {
  .why-value-card-section .whyValue-card
{
  width: 100%;
  min-height: 100%;
}
}
