.select-class {
    outline: none;
    border: 1px solid #C2C2C2;
    border-radius: 0.4rem;
    padding: 0.5rem;
    width: 100%;
    color: #313131;
    text-align: center;
}
#instagram-response,
#site-response,
#whatsapp-response,
#outra-rede-response,
#outro-metodo-response {
    display: none;
    margin-top: 1rem;

    input {
        outline: none;
        border: 1px solid #C2C2C2;
        border-radius: 0.4rem;
        padding: 0.5rem;
        width: 100%;
        color: #313131;
    }
}