
.dataset-iframe {
  padding-bottom: 100px;
}

.dataset-iframe iframe {
  height: 400px;
  border: none;
}

.dataset-details {
	padding-top: 130px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 575px) {
	.dataset-details {
		padding-top: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.dataset-details {
		padding-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dataset-details {
		padding-top: 70px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dataset-details {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.dataset-details .container {
  background-color: #ae59ff;
  padding: 30px 50px;
  color: #ffffff;
  border-radius: 15px;
  max-width: 800px;
}

.dataset-details h2 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.dataset-details li {
  list-style: disc inside;
}

/* .dataset-details ul li {
  margin: 15px 0;
} */