.header-top-wrap {
  	background: #5F868B;
    display: flex;
    align-items: center;
}
.header-top-wrap .header-top-single {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.header-top-wrap .header-top-single:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.header-top-wrap .header-top-single .text {
    font-family: Instrument Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.header-top-wrap .header-top-single:last-child .text{
    font-size: 22px;
    line-height: 27px;
}
.header-top-wrap .header-top-single svg{
    margin-right: 8px;
}
.header-top-wrap .header-top-single:hover .text{
    color: #f6a335;
}
.header-top-wrap .header-top-single:hover svg path{
    fill: #f6a335;
     transition: all 0.5s ease 0s;
}
