*{
    padding: 0;
    margin: 0;
}
.inner-banner{
     background-image: url(../blogs-inner-image/inner-bg.png); 
   /*  background-image: url(..public/blogs-inner-image/inner-bg.png); */

        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.inner-banner-h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.italic{
    font-style: italic;
}
.inner-banner-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}
.red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);
}
.saving-section{
    padding-top: 133px;
}
.saving-section-title{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
}
sub{
position: absolute;
left: 0.34% !important;
right: 95.21% !important;
top: -2.06%;
bottom: 85.57% !important;
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 44.3077px !important;
line-height: 18px;
color: #E30613;
margin-right: 5px;
}
.saving-section-p{
    font-family: Lato, sans-serif;
    font-weight:400;
    font-size: 18px;
    line-height: 26px;
    color: #2E2E2E;
}
.saving-section-image{
    margin-bottom: 76px;
    margin-top: 80px;
}
.saving-section-image img{
    width: 100%;
}
.section-blog-h1{
font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #2E2E2E;
text-align: center;
}
.section-blog-read-more{
color: #36A9E1;
font-weight: 600;
font-size: 18px;
font-family: Raleway, sans-serif;
}
.section-blog{
    padding-top: 106px;
padding-bottom: 136px
}
.blog-section-text{
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #2E2E2E;
}
.blog-inner-section-p{
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 127%;
    color: #494949;
    margin-bottom: 32px;
}
.button-blog{
    border: 1px solid #2E2E2E !important;
    border-radius: 55px !important;
    padding: 10px 16px !important;
    font-family: Raleway, sans-serif !important;
    font-weight: 500 !important;
    line-height: 100%;
    font-size: 14px !important;
    margin-bottom: 16px;
}
.inner-image{
    width: 100%;
    height: 308px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
    margin-top: 60px;
}

@media screen and (max-width: 576px){
    .inner-banner{
height: 277px
}
   .saving-section{
        padding-top: 50px;
        padding-bottom: 0px;
    }
.inner-banner-h2{
font-size: 20px;
}
.saving-section-title{
font-size: 20px;
line-height: 30px;
margin-bottom: 10px
}
.saving-section-p{
font-size: 12px;
margin-bottom:15px
}
.saving-section-image{
margin-top: 0px;
margin-bottom: 20px
}
.number{
margin-bottom: 20px
}
.section-blog{
padding-top: 0px;
padding-bottom: 40px
}
.blog-section-text{
font-size: 20px
}
.blog-inner-section-p{
font-size: 12px;
margin-bottom: 12px
}
.inner-image{
margin-top: 20px
}
.section-blog-h1{
font-size: 20px
}
.blue-line{
        z-index: 0;
        height: 13.22px;
        width: 70%;
}
.red-line{
height: 13.22px;
        width: 30%;
}
.section-blog-read-more{
font-size: 12px;
}
}

