.notFount{height:150px;display:flex;justify-content:center;align-items:center;border-radius:10px;color:var(--primary);font-size:35px;font-weight:700}.business .title h1{text-align:center;color:#000}.business .title p{text-align:center;color:#4c505d;font-weight:600}.business .boxes{display:grid;grid-template-columns:1fr;margin-top:40px;grid-gap:20px;gap:20px}@media only screen and (min-width:640px){.business .boxes{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.business .boxes{grid-template-columns:1fr 1fr 1fr}}.business .boxes .box{background-color:#fff;box-shadow:0 1px 45px 0 rgba(0,0,0,.063);padding:20px 30px;border-radius:20px;border:1px solid rgba(0,0,0,.078);position:relative}.business .boxes .box h3{text-align:center;color:#000;font-size:24px;padding-bottom:10px}.business .boxes .box ul{list-style:none;border-top:1px solid rgba(0,0,0,.067);padding-top:10px}.business .boxes .box ul li{color:#4c505d;font-weight:600;font-size:15px;margin-bottom:5px;position:relative}.business .boxes .box ul li.true:after{font:var(--fa-font-solid);font-family:Font Awesome;content:"✓";position:absolute;left:0;color:#3bc13b}.business .boxes .box ul li.false:after{font:var(--fa-font-solid);font-family:Font Awesome;content:"✘";position:absolute;left:0;color:#fe4037}.business .boxes .box a{background-color:transparent;color:var(--secondary);font-size:19px;font-weight:500;width:100%;border-radius:50px;border:1px solid var(--secondary);transition:.5s;cursor:pointer;font-weight:700;font-family:Cairo,sans-serif!important;margin:20px auto;display:block;text-align:center;padding:5px 0 7px}@media only screen and (min-width:640px){.business .boxes .box a{width:50%}}.business .boxes .box a:hover{background-color:var(--secondary);color:#fff}.business .boxes .box:nth-of-type(2){background-color:var(--primary);border:none}.business .boxes .box:nth-of-type(2):before{content:"";position:absolute;border:43px solid;top:0;left:0;border-top-left-radius:18px;border-color:var(--secondary) transparent transparent var(--secondary)}.business .boxes .box:nth-of-type(2):after{content:"";position:absolute;background-image:url(/_next/static/media/star.1184d6cc.png);top:11px;left:6px;width:50px;height:50px;background-repeat:no-repeat}.business .boxes .box:nth-of-type(2) h3{color:#fff}.business .boxes .box:nth-of-type(2) ul{border-top:1px solid hsla(0,0%,100%,.263)}.business .boxes .box:nth-of-type(2) ul li{color:#fff}.business .boxes .box:nth-of-type(2) a{background-color:var(--secondary);color:#fff;border:1px solid var(--secondary)}.business .boxes .box:nth-of-type(2) a:hover{background-color:#fff;color:var(--secondary)}