.blog-body{
    padding-top: 46px;
}
.blog-title{
    background: #E21C21;
    width: 100%;
    overflow-x: hidden;
}
.blog-title span{
    padding:0 8%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 84px;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.blog-content{
    padding:0 8%;
    padding-bottom: 88px;
}
.blog-head{
    padding-top: 49px;
    color: #EB0000;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.blog-para p{
    color: #000;
    text-align: justify;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.blog-img{
    display: flex;
    justify-content: center;
    padding-top: 46px;
    padding-bottom: 64px;
}
.blog-sm-head{
    padding:46px 0;
    color: #D20303;
    text-align: justify;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-sm-black{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul li{
    color: #000;
    text-align: justify;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-space{
    padding-top: 63px;
}
.list-gap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 450px) {
    .blog-img img{
        width: 100%;
    }
    .blog-body{
        padding-top: 10px;
    }
    .blog-title span{
        font-size: 26px;
    }
    .blog-head{
        padding-top: 24px;
        font-size: 26px;
    }
    .blog-para p{
        font-size: 18px;
    }
    .blog-img{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .blog-sm-black {
        font-size: 22px;
    }
    .list-gap {
        gap: 10px;
    }
    .top-space {
        padding-top: 30px;
    }
    .blog-content{
        padding: 0 16px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .blog-img img{
        width: 100%;
    }
}