section.hero-section-main {
    padding-bottom: 0;
}
.container {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
}
.hero-banner-wrap {
    padding-top: 0;
}
.hero-banner {
    background-color: transparent;
    padding-block: 100px;
}
.hero-banner {
    word-break: break-word;
}
.blog-right-pic {
    overflow: hidden;
}
.blog-img {
    position: relative;
    height: 100%;
}
.blog-img img {
    width: 100%;
    height: auto;
}
.hero-section-main .blog-left-txt {
    padding: 20px 0;
    padding-block: 40px !important;
    height: auto;
}
.single-post .blog-left-txt {
    overflow-x: hidden;
}
.blog-left-txt h1 {
    color: #fff;
    font-weight: 700;
}
.main-banner-content h1, .main-banner-content h2, .main-banner-content h3 {
    color: #fff;
    margin: 6px 0;
}
.main-banner-content h2 {
    font-size: 19px;
    color: #c8a96e;
}
.main-banner-content h3 {
    font-size: 17px;
    color: #c8a96e;
}
.blog-heading {
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-transform: uppercase;
}
.single-post .blog-left-txt h6 {
    border: none;
}
.author-name h6 {
    font-size: 12px;
    color: #666;
    margin-top: 26px;
    position: relative;
}
.blog-left-txt h6 {
    font-size: 16px;
    color: #666;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}
.author-name h6 span.name-color {
    font-weight: 700;
    color: #000;
    border-right: 2px solid #666;
    padding-right: 10px;
    margin-right: 10px;
}
.content_area {
    padding-top: 12px;
}
.content_area p b {
    font-weight: bold;
    color: #c8a96e;
}
.blog-left-txt ul {
    margin-left: 30px;
    margin-top: 20px;
}
.blog-left-txt ul li {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.main-banner-content .content_area p {
    margin-top: 10px !important;
}
@media screen and (max-width:768px) {
.hero-banner {
    background-color: transparent;
    padding-block: 100px 0;
}
}