.toolsCalcBannerSec {
    flex-direction: column;
    padding-top: 30px;
}
.bannerSectionWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.highlight {
    color: #ed1c24;
}
.titleBgBox {
    width: 72px;
    height: 72px;
    background: transparent;
    border: 10px solid #f1f5f6;
    border-radius: 10px;
    position: absolute;
}
.contentBannerSection {
    background: #fff;
    min-height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contentBannerSection h2 ,.contentBannerSection h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #233253;
    position: relative;
    z-index: 1;
}
.contentBannerSection h2 .titleBgBox ,.contentBannerSection h1 .titleBgBox {
    top: -14px;
    left: -37px;
    z-index: -1;
}
.contentBannerSection h2 .titleBgBox svg ,.contentBannerSection h1 .titleBgBox svg {
    position: absolute;
    top: 5px;
    left: 5px;
}

.toolsCalcBannerSec h2,.toolsCalcBannerSec h1 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 11px;
}
.toolsCalcBannerSec h5 {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #233253;
}
@media screen and (min-width: 100px) and (max-width: 1023px) {
    .toolsCalcBannerSec {
        padding-top: 50px;
    }
    .toolsCalcBannerSec h2,
    .toolsCalcBannerSec h1,
    .toolsCalcBannerSec h5 {
        text-align: center;
        max-width: 90%;
    }
    .titleBgBox {
        width: 54px;
        height: 54px;
        border-width: 7px;
        border-radius: 7px;
    }
    .toolsCalcBannerSec h2 .titleBgBox,
    .toolsCalcBannerSec h1 .titleBgBox,
    .toolsCalcBannerSec h5 .titleBgBox {
        left: 10px;
    }
    .contentBannerSection {
        order: 1;
    }
    .contentBannerSection h2,.contentBannerSection h1 {
        font-size: 26px;
        line-height: 35px;
    }
    /* .contentBannerSection h2 .titleBgBox ,.contentBannerSection h1 .titleBgBox{
        left: -17px;
    } */
}