.customcontainer {
    width: 1280px;
    margin: auto;
    display: block;
}
.bannerareablog {
    height: 331px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.bannerareablog .customcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bannerareablog::after {
    content: '';
    background-image: linear-gradient(90deg, #303747 31%, #BB7C5200 84%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
}
.bannercontentblog {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #FFFFFF;
}
.bannercontentblog .bannerheadb {
    font-family: "Baskervville";
    font-size: 43px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
}
.blogdetailss {
    max-width: 100% !important;
    padding: 60px 0;
}
.blogdetailss ul {
    margin-bottom: 15px;
}