.Common_Heading_Round_holder {
  text-align: center;
  margin-bottom: 20px;
}

.Common_Heading_Round_holder h4 {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  position: relative;
  padding-bottom: 10px;
}

.Common_Heading_Round_holder h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 300px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
  transform: translateX(-50%);
}

@media (min-width: 0px) and (max-width: 768px) {
  .Common_Heading_Round_holder h4 {
    font-size: 20px;
  }
}
