.categories{margin:30px 0 60px}.categories .categories-grid{grid-gap:30px;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:flex-start;width:100%;margin-top:35px;display:grid}.categories .category{background-color:#17313a;width:100%}.categories .category .border{background-color:#92adb7;border:none;width:100%;height:200px;padding:10px;position:relative;overflow:hidden}.categories .category .image{height:100%;position:relative}.categories .category .image img{object-fit:cover;width:100%;height:100%;display:block}.categories .category .links{min-height:120px;padding:25px 20px}.categories .category .links .link{color:#fff;justify-content:flex-start;align-items:center;font-size:16px;display:flex}.categories .category .links .link svg{flex-shrink:0}.categories .category .links .link p{color:#fff;margin-left:15px;font-size:20px;position:relative}.categories .category .links .link p:after{content:"";background-color:#fff;width:0;height:2px;transition:all .25s;display:block;position:absolute;bottom:1px;left:0}.categories .category .links .link p:hover:after{width:100%}.categories .category:nth-child(2n){background-color:#cfe0e6}.categories .category:nth-child(2n) .links .link,.categories .category:nth-child(2n) .links .link p{color:#17313a}.categories .category:nth-child(2n) .links .link p:after{background-color:#17313a}.categories .category:nth-child(2n) .links .link svg{color:#17313a}@media (width<=991.98px){.categories{margin:20px 0 30px}.categories .categories-grid{grid-gap:15px;margin-top:20px}}@media (width<=767.98px){.categories .categories-grid{grid-gap:15px;grid-template-columns:repeat(2,1fr);margin-top:20px}}@media (width<=575.98px){.categories .categories-grid{grid-template-columns:1fr;margin-top:15px}}
