.page-info {
    margin-top: 16px;
}

.page-info-background {
    width: 100%;
    border-radius: 50px;
    background: rgb(232, 239, 255);
    background: linear-gradient(23deg, rgba(232, 239, 255, 1) 0%, rgba(233, 240, 254, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 499px;
}

.contact-info-background {
    height: 242px;
}

.page-info-container {
    margin-top: 50px;
    width: 50%;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-info-heading h2 {
    font-size: 44px;
    font-weight: 600;
    color: #056DFA;
    text-align: center;
}


.page-info-body-mh p {
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.8;

}

.page-info-body p {
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.8;
}


.page-info-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 440px;
    height: 68px;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 40px 0px #5F79971A;
    margin-top: 0;

}

.info-tab-item {
    cursor: pointer;
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-tab-item sub {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    opacity: 0.5;
    color: #056DFA;
    height: 100%;
}


.tab-item-active {
    height: 100%;
    cursor: default;
}

.tab-item-active sub {
    opacity: 0.8;
    border-bottom: 3px solid #056DFA;
}

.mobile-info-tabs {
    display: none;
}

.info-tab-preheading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;

}

.info-tab-preheading sub {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.5;
}

.info-tab-preheading hr {
    height: 34px;
    width: 2px;
    opacity: 0.3;
    color: #13307E;
}