h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-bottom: 0 ;
    margin-top: 0 ;
    color: #004e41;
}

.btn {
    color: #fff;
    background-color: #004e41;
    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 */
}