h3 span {
    font-weight: 600;
    background: #D40861;
    color: white !important;
}
/* Hero */
.buttons-about-hero{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.button-hero{
    padding: 7px 19px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    margin: 5px;
    font-size: 13px;
}