@media (min-width:1200px){
#blog-details section {
	width: calc(100dvw - 8px);
  position: relative;
  left: 50%;
  margin-left: -50dvw;
}
}