.blogsinglnewsec {
    background: #fff !important;
    padding: 10px 50px 20px 50px !important;
    max-width: 80% !important;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    margin-top: 51px !important;
    margin-bottom: 50px !important;
    border-radius: 16px;
}

.blogdetailsimg img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.wp-block-image img{
	    border-radius: 33px;
    border: 2px solid #fb923c;
}

@media (max-width: 768px) {
    .blogsinglnewsec {
        padding: 10px 0px !important;
    }
}

