.quick-links {
    padding: 50px 0;
    background-color: #F4F6F9;
}

.quick-links .links-wrp {
    display: flex;
    gap: 10px;
}

.quick-links .links-wrp .link-text h1 {
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text h2 {
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text h3 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text h4 {
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text h5 {
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text h6 {
    line-height: normal;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.quick-links .links-wrp .link-text {
    width: 25%;
}

.quick-links .links-wrp .link-anchors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.quick-links .links-wrp .link-anchors .capsules a {
    text-decoration: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    background-color: #224380;
    display: flex;
    max-width: fit-content;
}

.quick-links .links-wrp .link-anchors .capsules a:hover {
    background-color: #000;
}

.lineage-content-section {
    padding: 50px 0;
}

.lineage-content-section .lineage-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-title p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-content-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-bottom: 30px;
}

.lineage-content-section .lineage-content-wrap p:last-child {
    padding: 0;
}

.lineage-content-section .lineage-content-wrap p a {
    font-size: inherit;
    line-height: inherit;
    color: #084987;
    font-weight: inherit;
    margin: 0;
}

.lineage-content-section .lineage-content-wrap a {
    font-size: inherit;
    line-height: normal;
    color: #084987;
    font-weight: inherit;
    margin: 0;
}

.lineage-content-section .lineage-content-wrap ul {
    margin-left: 8px;
}

.lineage-content-section .lineage-content-wrap ol {
    margin-left: 8px;
}

.lineage-content-section .lineage-content-wrap ul li {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-content-wrap ol li {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-bottom: 20px;
}

.lineage-content-section .lineage-img-wrp {
    display: flex;
    gap: 50px;
    padding: 24px 0;
    align-items: flex-start;
}

.lineage-content-section .lineage-img-wrp .lin-text {
    max-width: 50%;
    width: 100%;
}

.lineage-content-section .lineage-no-img-wrp .lin-text {
    max-width: 50%;
}

.lineage-content-section .lineage-img-wrp .lin-text h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text h5 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text h6 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #084987;
    padding-bottom: 20px;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
    padding-bottom: 30px;
}

.lineage-content-section .lineage-img-wrp .lin-text p a {
    font-size: inherit;
    line-height: inherit;
    color: #084987;
    font-weight: inherit;
    margin: 0;
}

.lineage-content-section .lineage-img-wrp .lin-text p:last-child {
    padding: 0;
}

.lineage-content-section .lineage-img-wrp .lin-img {
    max-width: 50%;
    width: 100%;
}

.lineage-content-section .lineage-img-wrp .lin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.publish {
    background-color: #F4F6F9;
    padding: 50px 0;
}

.publish .publish-wrp {
    display: flex;
    align-items: center;
    gap: 50px;
}

.publish .publish-wrp .publisher-img {
    max-width: 268px;
    width: 100%;
}

.publish .publish-wrp .publisher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publish .publish-wrp .publisher-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.publish .publish-wrp .publisher-details h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.publish .publish-wrp .publisher-details p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
}

@media(max-width:1440px) {

    .quick-links .links-wrp .link-anchors .capsules a {
        padding: 16px;
    }
}

@media(max-width:1024px) {

    .quick-links .links-wrp .link-text h3 {
        font-size: 34px;
    }

    .quick-links .links-wrp .link-anchors .capsules a {
        padding: 12px 24px;
        font-size: 18px;
        line-height: normal;
    }

    .quick-links .links-wrp {
        flex-direction: column;
        gap: 30px;
    }

    .quick-links .links-wrp .link-text {
        width: 100%;
    }

    .quick-links .links-wrp .link-anchors {
        gap: 12px;
    }

    .lineage-content-section .lineage-img-wrp {
        flex-direction: column;
        padding: 0;
        padding-bottom: 30px;
        gap: 30px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text {
        max-width: 100%;
    }

    .lineage-content-section .lineage-img-wrp .lin-img {
        max-width: 100%;
    }

    .lineage-content-section .lineage-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .lineage-content-section .lineage-title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-title h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-title p {
        font-size: 22px;
        line-height: 32px;
    }

    .lineage-content-section .lineage-content-wrap h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-content-wrap h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .lineage-content-section .lineage-content-wrap h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-content-wrap h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-content-wrap h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-content-wrap h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-content-wrap p {
        font-size: 22px;
        line-height: 32px;
    }

    .lineage-content-section .lineage-content-wrap ul li {
        font-size: 22px;
        line-height: 32px;
    }

    .lineage-content-section .lineage-content-wrap ol li {
        font-size: 22px;
        line-height: 32px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h4 {
        font-size: 34px;
        line-height: 44px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h5 {
        font-size: 30px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h6 {
        font-size: 30px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text p {
        font-size: 22px;
        line-height: 32px;
    }

    .publish .publish-wrp .publisher-details h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .publish .publish-wrp .publisher-details h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .publish .publish-wrp .publisher-details h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .publish .publish-wrp .publisher-details h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .publish .publish-wrp .publisher-details h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .publish .publish-wrp .publisher-details h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .publish .publish-wrp .publisher-details p {
        font-size: 22px;
        line-height: 32px;
    }

}

@media(max-width:767px) {

    .quick-links {
        padding: 25px 0;
    }

    .quick-links .links-wrp .link-text h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .quick-links .links-wrp .link-anchors .capsules a {
        font-size: 16px;
        line-height: normal;
    }

    .lineage-content-section {
        padding: 25px 0;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h5 {
        font-size: 26px;
        line-height: 36px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text h6 {
        font-size: 26px;
        line-height: 36px;
    }

    .lineage-content-section .lineage-img-wrp .lin-text p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .lineage-content-section .lineage-content-wrap ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .lineage-content-section .lineage-content-wrap ol li {
        font-size: 20px;
        line-height: 30px;
    }

    .lineage-content-section .lineage-content-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .lineage-content-section .lineage-content-wrap h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-content-wrap h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-content-wrap h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-content-wrap h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .lineage-content-section .lineage-content-wrap h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .lineage-content-section .lineage-content-wrap p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .lineage-content-section .lineage-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .lineage-content-section .lineage-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .lineage-content-section .lineage-title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .lineage-content-section .lineage-title h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .lineage-content-section .lineage-title h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .lineage-content-section .lineage-title p {
        font-size: 20px;
        line-height: 30px;
    }

    .publish {
        padding: 25px 0;
    }

    .publish .publish-wrp {
        flex-direction: column;
        gap: 25px;
    }

    .publish .publish-wrp .publisher-img {
        max-width: 100%;
    }

    .publish .publish-wrp .publisher-details h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .publish .publish-wrp .publisher-details h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .publish .publish-wrp .publisher-details h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .publish .publish-wrp .publisher-details h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .publish .publish-wrp .publisher-details h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .publish .publish-wrp .publisher-details h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .publish .publish-wrp .publisher-details p {
        font-size: 20px;
        line-height: 30px;
    }

}