/**handles:hhit-links-grid-style**/
.links-grid{background:var(--bg-color);position:relative}.links-grid:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:0;background:transparent var(--bg-image) no-repeat center/cover}.links-grid .container{max-width:1190px;margin:0 auto;width:90%;padding:80px 0;position:relative;z-index:1}.links-grid .title{max-width:800px;font:normal var(--f-bold) 2.63rem/1.1 var(--font-sans);color:var(--title-color)}.links-grid .btns-wrapper{display:flex;flex-wrap:wrap;gap:22px 56px}.links-grid .btn{font:normal var(--f-medium) 1.13rem/1.3 var(--font-sans);background:var(--btn-color);color:var(--btn-text-color);border-radius:15px;padding:10px 15px;width:100%;max-width:calc(25% - 42px);display:flex;align-items:center;justify-content:flex-start;min-height:66px}.links-grid .btn:hover{color:var(--btn-text-hover-color)}@media screen and (max-width:1024px){.links-grid .container{padding:70px 0}.links-grid .btn{max-width:calc(33% - 18px)}.links-grid .btns-wrapper{gap:30px}}@media screen and (max-width:767px){.links-grid .container{padding:40px 0}.links-grid .title{font:normal var(--f-bold) 2rem/1.1 var(--font-sans)}.links-grid .btn{max-width:calc(50% - 15px)}}@media screen and (max-width:500px){.links-grid .btn{max-width:100%;min-height:50px}.links-grid .btns-wrapper{gap:20px}}