.links__icon{
    position: relative;
    top: -35px;
    background-color: white;
    display: inline;
    padding: 18px 14px;
    border-radius: 50%;
}
.links__icon--exchange{
     position: relative;
    top: -35px;
    background-color: white;
    display: inline;
    padding: 20px 10px;
    border-radius: 50%;
}
.links__titulo{
    color: #121212;
    font-size: 24px;
    font-weight: 900;
}
.links__a{
    display: block;
    text-decoration: none;
    color: #D60B52;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
