.links-pg-title-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.header-phone a {
    font-size: 20px;
    color: var(--white);
    background-color: var(--ltc1);
    padding: 11px 20px 10px 20px;
    border-radius: 5px;
}

.links-pg-title-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.links-page-heading {
    text-align: start;
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}

.links-page-subhead {
    text-align: start;
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
}

.links-page-para {
    text-align: start;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    line-height: 25px;
}

.links-pg-bnnr {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: var(--lgray);
    min-height: 200px;
}

.links-pg-bnnr img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.links-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.links-grid-img {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.links-grid-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.links-grid-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.cog-cognito,
:root:root:root:root:root .cog-cognito {
    width: 100%;
}

@media (max-width: 767.98px) {
    .links-pg-title-sec {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .header-phone a {
        font-size: 15px;
        color: var(--white);
        background-color: var(--tc1);
        padding: 11px 20px 10px 20px;
        border-radius: 5px;
    }

    .links-page-heading {
        text-align: start;
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        margin: 0px;
    }

    .links-grid-two {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .links-grid-img {
        order: -1;
    }

    .links-grid-txt {
        order: 1;
    }
}
