.imagewithtext .flex {
    display: flex;
    gap: 25px;
   
}
.imagewithtext .alignItemCenter{
    align-items: center;
}
.image-right {
    flex-direction: row-reverse;
}

@media screen and (max-width:480px) {
    .aligning-flex {
        flex-direction: column;
    }
}

.sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

.subheading {
    margin-bottom: 10px;
}

.imagewithtext .when-should-buy-term {
    padding-block: 50px;
}
.imagewithtext section.reducepaddingforsection {
    padding-block: 20px;
  }
.imagewithtext section.reducetoppaddingforsection {
    padding: 0 0 50px;
  }
.imagewithtext section.reducebottompaddingforsection {
    padding: 50px 0 0;
  }

.imagewithtext .when-should-buy-term.class-compound-interest-top{
    padding-bottom: 0;
}

.imagewithtext .when-should-buy-term.class-compound-interest-bottom{
    padding-top: 10px;
    /* padding-bottom: 0; */
}

.when-should-buy-term p {
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    font-weight: 300;
}


.when-should-buy-term h3 {
    margin-bottom: 0.5rem;
}


.when-should-buy-term .col-2 {
    padding-right: 0;
}

.imagewithtext .when-should-buy-term p {
    line-height: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}

.imagewithtext .when-should-buy-term.class-compound-interest-bottom .footnote p{
    margin-top: 20px;
    margin-bottom: 0;
}

.when-should-buy-term .subheading p {
    margin-bottom: 5px;
}

.when-should-buy-term .col-lg-10 {
    padding-left: 0;
}


@media screen and (max-width:480px) {

    .when-should-buy-term .col-lg-2 {
        padding-right: 15px;
        margin-top: 15px;
    }

    .when-should-buy-term h3,
    .when-should-buy-term .col-lg-10 {
        text-align: center;
    }

    .when-should-buy-term p {
        text-align: center;
    }

    .numbercards {
        flex-direction: column;
        gap: 0;
        justify-content: center;
        margin-bottom: 25px;
    }

    .sec-title {
        font-size: 24px;
    }

    .subheading {
        margin-bottom: 30px;
    }

    .imagewithtext .when-should-buy-term {
        padding-block: 25px;
    }
    .imagewithtext section.reducepaddingforsection,
    .imagewithtext section.reducetoppaddingforsection,
    .imagewithtext section.reducebottompaddingforsection {
        padding-block: 20px;
      }
      .imagewithtext .mob-txt-center {
        text-align: center;
      }
}

.when-should-buy-term .light-font p {
    line-height: 20px;
    color: #666;
    font-weight: 500;
}

@media screen and (min-width:767px) {
    .when-should-buy-term .Extramargin {
        margin-top: 1rem;
    }
}

@media screen and (max-width:767px) {
    .imagewithtext .when-should-buy-term .img-wid-ht {
        width: 171px;
        margin: 0 auto;
    }
}
@media screen and (max-width:767px){
    .imagewithtext .cardContentTextRT ul{
        padding: 0 20px;
    }
}