.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #212642 !important;
    font-weight: 500;
    line-height: 1.82em !important;
    font-size: 17px;
}

.download {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #00AC94;
}

    .download:hover {
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        color: #00AC94;
    }


.guideTitle {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #00AC94;
}

.guideDesc {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #484848;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    /* color: #212642 !important; */
    font-weight: 500;
    line-height: 1.82em !important;
    font-size: 17px !important;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 17px !important;
    color: #484848 !important;
}

.search-form a {
    width: 100%;
    height: 60px;
    background: #00af9d;
    padding: 15px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 0.03em;
    border-top-right-radius: 5px;
    font-family: "Poppins-Medium";
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    border-bottom-right-radius: 5px;
}