.categories-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1460px;width:100%;margin:140px auto 80px;padding:0 15px}.categories-card{background-image:var(--card-bgi,var(--gradient-first));background-color:var(--card-bgc,var(--bgc-second));background-repeat:no-repeat;background-position:center center;color:var(--card-title,var(--title-color-second));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:476px;min-height:360px;padding:60px}.categories-card__title{font-family:var(--font-first);font-style:normal;font-weight:700;font-size:30px;margin-bottom:16px;line-height:42px;color:currentColor}.categories-card__excerpt{font-family:var(--font-second);font-style:normal;font-weight:300;font-size:18px;line-height:27px;color:var(--card-except,var(--grey))}.categories-card__btn{margin-top:21px;font-family:var(--font-second);font-weight:500;color:currentColor;max-width:228px;min-height:54px;background-color:var(--btn-color-transparent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;-webkit-transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}.categories-card__btn:hover{-webkit-box-shadow:inset 2px 2px 6px rgba(0,0,0,.3);box-shadow:inset 2px 2px 6px rgba(0,0,0,.3)}@media screen and (max-width:1200px){.categories-cards{margin-top:110px}}@media screen and (max-width:992px){.categories-cards{gap:25px}}@media screen and (max-width:576px){.categories-cards{margin-top:60px}.categories-card{min-height:258px;padding:40px}}@media screen and (max-width:450px){.categories-card__title{font-size:21px;margin-bottom:0}.categories-card__excerpt{font-size:13px;line-height:19px}.categories-card__btn{font-size:13px;max-width:158px;min-height:37px}}@media screen and (max-width:360px){.categories-card{padding:30px}.categories-card__title{line-height:32px}}