.not-sure-wrapper{position:relative;z-index:1;border-radius:32px;text-align:center;padding:80px 200px;box-sizing:border-box;background:linear-gradient(180deg,rgba(89,193,231,.3529411765),rgba(89,193,231,.0745098039));backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);transition:.5s}.not-sure-wrapper h3{color:#000}.not-sure-wrapper p{color:#0c0c0c;font-family:Inter Light;font-size:20px}.not-sure-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;padding:1px;border-radius:32px;background:linear-gradient(180deg,#59c1e7,rgba(89,193,231,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@media screen and (max-width:768px){.not-sure-wrapper{border-radius:16px;padding:24px}.not-sure-wrapper button{width:100%}.not-sure-wrapper:before{border-radius:16px}}