.blogarticles a.gray.Browse {
    display: block;
    margin-top: 14px;
    margin-bottom: 30px;
    width:150px;
}

.blogheading {
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar.close ~ .wrapper {
    height: auto;
}
.wrapper{
       height: auto !important; 
}
/**/

.bloginnerimg img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
}
.blogrow h3 {

 font-weight: 600;
 font-family: var(--font-ragular);
 font-size: 1.2rem;
 line-height: 24px;

}
.prdct_dtl .container {
    padding: 0px;
}
a.gray.Browse.readingb {
    display: block;
    width: 130px;
    margin-top: 5px;
}
.prdct_dtl h4 {
    font-family: var(--font-ragular);
    font-weight: 500;
}
.blog-part {
    flex-direction: column;
}

.bloginpage {
    display: flex;
    flex-wrap: nowrap;
}

.bloginpage .position-relative { 
    max-width: 50%;

    flex: 0 0 50%;
}
.bloginpage .position-relative figure{
    margin-right: 25px;
}
.bloginpage .blog-part{

}

.blogrow .position-relative figure img{
width:100%;
}



.blogtemp{
    padding:50px 0px;
}