.full-category{margin-block:30px;height:420px;background-color:#dadada;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center,center;display:flex;align-items:flex-end;justify-content:flex-end}.full-category .box{background-color:#fff;margin-inline-end:100px;padding:20px;border-radius:15px 15px 0 0;width:400px;display:flex;flex-direction:column;gap:10px;position:relative;margin-bottom:-1px}.full-category .box:before,.full-category .box:after{content:"";height:20px;width:20px;position:absolute;background-image:url(/images/shape.png);background-size:100%;background-repeat:no-repeat}.full-category .box:before{bottom:0;left:-20px}.full-category .box:after{bottom:0;right:-20px;transform:rotate(90deg)}.full-category .box span{font-size:25px;color:var(--secondColor)}.full-category .box h3{font-size:35px;line-height:1.2;color:var(--secondColor);font-weight:600;margin-bottom:10px}.full-category .box p{font-size:17px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.full-category .box a{display:block;width:fit-content;border:1px solid #a1a1a1;color:#252525;padding:8px 20px;border-radius:10px;margin-top:10px;transition:all .3s}.full-category .box a:hover{background-color:var(--secondColor);color:#fff;border:1px solid var(--secondColor)}@media(max-width:767px){.full-category{height:280px;justify-content:center}.full-category .box{margin-inline:0;width:80%}.full-category .box h3{font-size:20px;margin-bottom:0!important}.full-category .box p{font-size:16px}.full-category .box a{margin-top:0!important}}
