.btn {
    color: #fff;
    background-color: #003D19;
    border-radius: 5px;
}

.result-row .col-sm-6:first-child {
    font-size: 0;
}

.result-row .col-sm-6:first-child strong,
.result-row .col-sm-6:first-child br {
    font-size: 1rem; /* or 14px, 16px, whatever your base font size is */
}