.gmktable-inner h2 {
    color: #0D2F72;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: initial;
    margin-bottom: 50px;
    text-transform: none;
    text-rendering: geometricPrecision;
}

.gmktable-wrap {
    display: flex;
    gap: 50px;
    width: 100%;
}

.gmktable-single h5 {
    font-weight: 400;
}

.gmktable-single-table {
    margin: 25px 0;
}

.gmktable-single-table table {
    width: 100%;
}

.gmktable-single-table table tbody {
    border: 0;
    padding: 0;
}

.gmktable-single-table table tbody tr td {
    padding: 5px 0;
}

.gmktable-single-table table tbody tr td:last-child {
    padding: 5px 10px;
}

.gmktable-single-table table tbody tr td:first-child {
    font-weight: 700;
}

.gmktable-inner a {
    color: #061A41!important;
    font-weight: 700;
}

@media screen and (max-width: 900px) {

    .gmktable-wrap {
        flex-direction: column;
        gap: 25px;
    }

    .gmktable-single-table table {
        width: 100%;
    }

    .gmktable-single {
        position: relative;
    }

    .gmktable-single:after {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

}
