.link{
    padding-left: 3%;
    display: flex;
    margin-top: 50px;
}

.link li{
    padding: 10px 30px;
    border: 1px solid #ddd;
    margin-right: 20px;
    transition: all .2s linear;
}

.link li a{
    font-size: 16px;
    font-weight: 400;
    color: #161618;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    
}
.link li:hover{
    transform: scale(1.03);
}

.link li a i{
    margin-right: 10px;
    
}

.link li.youtube{
    background: #bb0000;
    border: 1px solid #bb0000;
    
}
.link li.youtube a{
    color: #fff;
}
.link li.youtube a i{
font-size: 22px;
}

.titLocation {
    text-transform: uppercase;
    color: #fff;
}

.titLocation span {
    margin-right: 2px;
    margin-left: 2px;
}

.titLocation span:first-child {
    margin-left: 0;
}

.titLocation a {
    color: #fff;
}