.dibCards{display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1320px;width:100%}.dibCards,.dibCards *{box-sizing:border-box}.dibCards__card{background:linear-gradient(180deg,#fff0f0,#fff);border:1px solid #c00;border-radius:25px;justify-content:space-between;padding:44px 26px 57px;transition:all .4s ease-in-out}.dibCards__card,.dibCards__top{display:flex;flex-direction:column}.dibCards__top{align-items:center;gap:24px}.dibCards__image{display:block;height:325px;object-fit:contain;width:194px}.dibCards__heading{color:#c00;font-size:33px;font-weight:700;letter-spacing:-.02em;line-height:100%;margin:0;text-transform:uppercase}.dibCards__heading,.dibCards__text{font-family:Poppins,sans-serif;font-style:normal;text-align:center;transition:color .4s ease}.dibCards__text{color:#000;font-size:15px;font-weight:500;letter-spacing:normal;line-height:1.5em}.dibCards__text p{margin:0}.dibCards__buttonWrap{display:flex;justify-content:center;margin-top:32px}.dibCards__button{align-items:center;background:#c00;border:none;border-radius:48px;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;gap:10px;height:47px;justify-content:center;letter-spacing:0;line-height:40px;padding:0 26px;text-decoration:none;text-transform:capitalize;transition:all .4s ease;white-space:nowrap;width:241px}.dibCards__buttonText{color:#fff;transition:color .4s ease}.dibCards__buttonIcon{fill:currentColor;flex-shrink:0;transition:fill .4s ease,stroke .4s ease,color .4s ease}.dibCards__card:hover{backdrop-filter:blur(36px);-webkit-backdrop-filter:blur(36px);background:linear-gradient(195deg,hsla(0,0%,100%,.898),hsla(0,0%,100%,.898) 30%,#c00 0,#c00)}.dibCards__card:hover .dibCards__heading,.dibCards__card:hover .dibCards__text{color:#fff}.dibCards__card:hover .dibCards__button{background:#fff}.dibCards__card:hover .dibCards__buttonText{color:#000}.dibCards__card:hover .dibCards__button svg path{stroke:#000}@media (max-width:1024px) and (min-width:768px){.dibCards{gap:20px;grid-template-columns:repeat(2,1fr)}.dibCards__card{border-radius:22px;padding:36px 20px 42px}.dibCards__top{gap:18px}.dibCards__image{height:275px;width:165px}.dibCards__heading{font-size:26px}.dibCards__text{font-size:14.5px}.dibCards__button{font-size:13.5px;height:44px;line-height:42px;max-width:100%;padding:0 24px;width:220px}}@media (max-width:767px){.dibCards{gap:20px;grid-template-columns:1fr}.dibCards__card{border-radius:20px;padding:30px 18px 36px}.dibCards__top{gap:16px}.dibCards__image{height:250px;width:150px}.dibCards__heading{font-size:24px}.dibCards__text{font-size:14px}.dibCards__buttonWrap{margin-top:28px}.dibCards__button{font-size:13.5px;height:44px;line-height:42px;max-width:260px;padding:0 20px;width:100%}}