﻿
.hms {
    color: #1a8b3b;
    font-weight: bold;
    font-size: 25px;
}

.hms1 {
    color: #1a8b3b;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 768px) {
    .hms {
        font-size: 18px;
    }

    .hms1 {
        font-size: 14px;
    }
}


.hms-mobile {
    color: #1a8b3b;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.hms1-mobile {
    color: #1a8b3b;
    font-size: 13px;
    line-height: 1.3;
}
