/* Custom CSS */
::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: #f1f1f1
}
::-webkit-scrollbar-thumb {
    background: #48B1BC
}
::-webkit-scrollbar-thumb:hover {
    background: #ff5528
}
.team-one__share:hover {
    cursor: pointer;
}