﻿.aboutustags {display:flex;justify-content:space-between;margin:65px 0 40px;position:sticky;top:100px;z-index:2;background:#fff;}
.aboutustags li {width:calc(20% - 1px);background:var(--color);text-align:center;}
.aboutustags li a {display:flex;color:#fff;width:100%;height:100%;align-items:center;justify-content:center;text-align:center;padding:10px;font-weight:bold;}
.about-us .abouttitle {padding-top:170px!important;margin-top:-170px!important}
@media (max-width:1366px){.aboutustags{top:80px}
.about-us .abouttitle {padding-top:150px!important;margin-top:-150px!important}}
@media (max-width:1024px){.aboutustags{top:0px;margin-top:0}
.about-us .abouttitle {padding-top:70px!important;margin-top:-70px!important}
.aboutustags li a{padding:10px 5px;font-size:14px}}
@media (max-width:768px){.aboutustags{flex-wrap:wrap}
.aboutustags li{width:calc(50% - 1px);margin-bottom:1px}
.aboutustags li:nth-child(n + 3){width:calc(33.3333% - 1px);}
.about-us .abouttitle {padding-top:105px!important;margin-top:-105px!important}}