header .header-icons{display:flex;justify-content:space-between;}header .header-icons .header-icon:nth-child(2){margin-right:-100px;}@media(min-width:400px){header .header-icons .header-icon:nth-child(2){margin-right:-125px;}}header .header-icons .header-icon a{display:flex;flex-direction:column;align-items:center;text-decoration:none;}header .header-icons .header-icon img {pointer-events:none;}header .header-icons .header-icon a .header-icon__name{color:#fff;font-size:12px;}@media(min-width:567px){header .header-icons .header-icon a .header-icon__name{color:#fff;font-size:14px;}}@media(min-width:1200px){header .header-icons .header-icon a .header-icon__name{transition:all .5s ease;}header .header-icons .header-icon a:hover .header-icon__name{color:#9ebcc4;}}