.my-top-header {
    display: flex;
}

.my-top-header a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 15px;
}

.my-top-header a i {
    color: #fff;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}

.my-top-header .social-set {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
}

.my-top-header .social-set li {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

