.sigo:hover {
    color: #00CCBB;
}

.social-icons{
    display: flex;
    justify-content: end;
} 

.powered-by {
    text-align: center;
}

@media screen and (max-width: 991px){
    .powered-by {
        text-align: left;
    }
    .social-icons{
        justify-content: start;
    } 
}