.canais {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
}

.canais h2 {
    height: 90px;

    font: 400 46px 'Poppins', sans-serif;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-top: 60px;
    margin-bottom: 35px;

    color: rgb(104, 104, 104);
}

.canais p {
    padding-top: 5px;

    font-weight: 500;
    color: rgb(189, 81, 211);
} 