.ReferralGuide{margin-bottom:5rem}.ReferralGuide-headline{color:var(--white);font-size:var(--fSize40);font-weight:400;margin-bottom:2.5rem}.ReferralGuide-list{position:relative;display:flex;gap:1rem;width:100%}.ReferralGuide-item{position:relative;display:flex;flex-direction:column;gap:1rem;width:330px;min-height:221px;padding:1.5rem;background:var(--black-transparent-8);border:1px solid var(--white-transparent-16);border-radius:8px;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.ReferralGuide-item-header{display:flex;justify-content:space-between;align-items:center}.ReferralGuide-numeration{font-family:var(--gilroy);font-size:var(--fSize32);font-weight:300}.ReferralGuide-title{color:var(--white);font-family:var(--gilroy);font-size:var(--fSize24);font-weight:800}.ReferralGuide-description{min-height:34px;color:var(--gray);font-size:var(--fSize18);font-weight:400;line-height:1.4}@media (max-width:768px){.ReferralGuide-headline{font-size:var(--fSize32)}.ReferralGuide-list{display:flex;flex-direction:column;gap:1rem}.ReferralGuide-item{max-width:100%;margin:0 auto}}