.result {
    font-size: 1.5rem;
    color: #3276ff;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 0.05rem solid #e6e6e6;
    margin-bottom: 1.575rem;
   font-weight: 500;
}

@media (min-width: 960px) {
    .result {
        font-size: 1.5rem;
        color: #3276ff;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 0.05rem solid #e6e6e6;
        margin-bottom: 1.575rem;
       font-weight: 500;
    }
}
