.product-description p {
	    margin: 0 5px 15px 5px;
}
.single-products .product-tab div {
		min-height: 23px;
		padding: 0;
		border: 0;
}
@media screen and (min-width: 1030px) {
.single-products .has-covid-notice ~ #content .entry-title {
    max-width: 100%;
    width: max-content;
}
}

/* anirban start */
@media only screen and (max-width: 1030px) {
  #masthead {
    display: block;
    overflow: auto;
  }
  .covid-19-update {
    background: #ce3c43;
    padding: 2% 5%;
    position: initial;
    text-align: center;
    width: 90%;
  }
  .has-covid-notice + #content {
    margin-top: 0px;
  }
}

/* anirban end */