.new_add_search_cert {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    right: 72px;
    top: -7px;
}

.new_add_btn_1 {
    text-decoration: none;
    width: 76px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #FFFFFF;
    background: #18BA9A;
    border: 1px solid #18BA9A;
}

.new_add_btn_2 {
    text-decoration: none;
    width: 76px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #FFFFFF;
    background: #7BCD3A;
    border: 1px solid #7BCD3A;
}

@media screen and (max-width:1200px) {
    .new_add_search_cert {
        justify-content: flex-start;
        position: unset;
    }

    .new_add_btn_1 {
        width: 76px;
        height: 28px;
        margin-left: 0;
    }

    .new_add_btn_2 {
        width: 76px;
        height: 28px;
        margin-left: 10px;
    }
}