.dibCards{display:grid;grid-template-columns:repeat(3,1fr)}.dibCards,.dibCards *{box-sizing:border-box}.dibCards__card{background:linear-gradient(180deg,#fff0f0,#fff);border:1px solid #c00;justify-content:space-between;transition:all .4s ease-in-out}.dibCards__card,.dibCards__top{display:flex;flex-direction:column}.dibCards__top{align-items:center}.dibCards__image{display:block;object-fit:contain}.dibCards__heading{color:#c00;font-weight:700;letter-spacing:-.02em;margin:0;text-transform:uppercase}.dibCards__heading,.dibCards__text{font-family:Poppins,sans-serif;font-style:normal;line-height:100%;text-align:center;transition:color .4s ease}.dibCards__text{color:#000;font-weight:500;letter-spacing:normal;line-height:1.5em}.dibCards__text p{margin:0}.dibCards__buttonWrap{display:flex;justify-content:center}.dibCards__button{align-items:center;background:#c00;border:none;border-radius:58px;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-weight:700;justify-content:center;letter-spacing:0;text-decoration:none;text-transform:capitalize;transition:all .4s ease;white-space:nowrap}.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{gap:26px;grid-template-columns:1fr}.dibCards__card{border-radius:22px;padding:32px 20px 40px}.dibCards__top{gap:16px}.dibCards__image{height:251.8px;width:150.5px}.dibCards__heading{font-size:26px}.dibCards__text{font-size:14px}.dibCards__buttonWrap{margin-top:38px}.dibCards__button{font-size:14px;gap:10px;height:46px;line-height:44px;max-width:260px;padding:0 24px;width:100%}@media (min-width:768px){.dibCards{gap:26px;grid-template-columns:repeat(2,1fr)}.dibCards__card{border-radius:26px;padding:40px 24px 48px}.dibCards__top{gap:20px}.dibCards__image{height:301px;width:180px}.dibCards__heading{font-size:30px}.dibCards__text{font-size:15px}.dibCards__button{font-size:14px;gap:12px;height:48px;line-height:46px;max-width:100%;padding:0 28px;width:240px}}@media (min-width:1280px){.dibCards{gap:clamp(26px,calc(1.875vw + 2px),29px);grid-template-columns:repeat(3,1fr)}.dibCards__card{border-radius:30px;padding:clamp(47px,calc(3.75vw - 1px),53px) clamp(28px,calc(1.875vw + 4px),31px) clamp(61px,calc(5vw - 3px),69px)}.dibCards__top{gap:clamp(26px,calc(1.875vw + 2px),29px)}.dibCards__image{height:clamp(349.7px,calc(27.3125vw + .1px),393.4072265625px);width:clamp(209px,calc(16.375vw - .6px),235.19837951660156px)}.dibCards__heading{font-size:clamp(34px,calc(3.75vw - 14px),40px)}.dibCards__text{font-size:clamp(16px,1.25vw,18px)}.dibCards__button{font-size:clamp(15px,calc(.625vw + 7px),16px);gap:12px;height:clamp(52px,calc(3.125vw + 12px),57px);line-height:clamp(44px,calc(3.125vw + 4px),48px);max-width:100%;padding:0 32px;width:clamp(260px,calc(20vw + 4px),292px)}}@media (min-width:1440px){.dibCards{gap:26px}.dibCards__card{border-radius:30px;padding:53px 31px 69px}.dibCards__top{gap:29px}.dibCards__image{height:393.4072265625px;width:235.19837951660156px}.dibCards__heading{font-size:40px}.dibCards__text{font-size:18px}.dibCards__button{font-size:16px;gap:12px;height:57px;line-height:48px;padding:0 32px;width:292px}}.dibCards__card:hover{backdrop-filter:blur(44.377925872802734px);-webkit-backdrop-filter:blur(44.377925872802734px);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}