.our-approach-common-card-container{max-width:650px}.our-approach-common-card-wraper{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1rem);padding:clamp(1.25rem,3vw,2rem);background-image:linear-gradient(to bottom right,#111827,#451a03);border-radius:8px;box-sizing:border-box;height:100%;min-height:clamp(160px,20vw,180px)}.our-approach-common-card-icon-conatiner{display:flex;align-items:center;gap:clamp(.5rem,1.5vw,1rem)}.our-approach-common-card-icon-conatiner h6{font-family:Inter;font-weight:700;font-size:1.5rem;line-height:27px;color:#f59e0b}.our-approach-common-card-text p{text-align:left;font-family:Inter;font-weight:300;font-size:1.2rem;line-height:28px;width:100%;color:#D1D5DB}@media (min-width:768px){.our-approach-common-card-text p{width:95%}}@media (max-width:768px){.our-approach-common-card-text p{line-height:22px}}@media (min-width:1024px){.our-approach-common-card-text p{width:90%}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.our-approach-common-card-icon-conatiner,.our-approach-common-card-text,.our-approach-common-card-wraper{animation:fadeSlideUp .8s ease forwards;opacity:0}.our-approach-common-card-icon-conatiner{animation-delay:.2s}.our-approach-common-card-text{animation-delay:.4s}@media (max-width:580px){.our-approach-common-card-wraper{padding:2rem;min-height:100%}}