.bloc-text-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 130px;
    font-family: Montserrat;
}

.bloc-text-button .text-content {
    color: white;
    font-size: 28px;
    font-weight: 600;
}

.bloc-text-button a {
    border: solid 1px white;
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    transition: all .5s;
}

.bloc-text-button a:hover {
    background: white;
    color: #AD318C;
}