.insurance {
  max-width: 1200px;
  margin: 124px auto 80px;
  height: 600px;
}

.insurance .p-container div {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 24px;
}
.insurance .p-container div p {
	margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .insurance {
	margin-top: 80px;
	height: 500px;
  }
}