.mainHeading {
    font-size: 3rem;
    font-weight: 700;
}


.subHead {
    font-weight: 500;
    font-size: 1.2rem !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.cardHeading {
    font-size: 1.3rem;
    font-weight: 700;
}

.cardContainer {
    border: 2px solid #95C7EC;
    border-radius: 6px;
}

.cardHrLine {
    border-bottom: 1px solid #5F2DED4D;
    width: 12rem;
    margin: 0;
}

.border-none {
    border-radius: 0px !important;
}

.border-blue {
    border: 1.5px solid #2A67B2 !important;
    background: #fff !important;
}

.sectionBg {
    background-repeat: no-repeat;
    background-size: 104%;
    background-color: #fffae5;
}


.underLineImg {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 5rem;
}

@media (min-width: 280px) {
    .mainHeadingnew {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .underLineImg {
        background: url('/wp-content/themes/tally/assets/images/yellow-underline-img.svg');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        height: 5rem;
    }

    .mainHeadingnew {
        font-size: 48px;
    }
}