.button__save, .button__said {
    margin: 0.5rem;
    height: 39px;
    padding: 10px;
    width: 100%;
    max-width: 215px;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 15px;
    color: #ffffff;
    border-radius: 2px;
    background-color: #BC9DDB;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;}

.button__call{
    width: 100%;
    height: 39px;
    max-width: 215px;
    font-family: 'Roboto Black', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #FF7748;
    border-radius: 2px;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 420px){
    .button__call {
        width: 150px;
        height: 36px;
    }

    .button__said {
        width: auto;
        height: 36px;
    }
}

.button__save:disabled, .button__said:disabled {
    opacity: 0.44; }

.button__reset {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 15px;
    color: #717171; }
a.link__add {
    font-size: 15px;
    color: #D5D5D5;
    white-space: nowrap;
    text-decoration: underline;

}
