.border-radius {
  width: 330px;
  height: 300px;
  line-height: 27px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  text-align: center;
  padding: 70px 30px 50px 30px;
}

.background{
     background-color: #c0c0c0;
}

.container4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: +30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(189,189,189,0.3);
	font-size: 80px;
	font-style: italic;

}