.text-green-bold {
    color: #197B2C;
    text-decoration: none;
    font-weight: 600;
}

.h4 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.15;
    color: #232735;
    text-transform: initial;
    margin-top: 2.5rem;
}

.h3 {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1;
    color: #232735;
    text-transform: none;
}

.small-font {
    font-size: small;
}