.u-section-1 .u-sheet-1 {
  min-height: 446px;
}

.u-section-1 .u-text-1 {
  margin: 206px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 27px auto 0;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 50px;
  margin-bottom: 52px;
  height: auto;
  min-height: 31px;
}.muse-video-player {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		min-height: 100px;
		margin-bottom: 15px;
	}
	
	.grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		min-height: 500px;
	}
	
	.container {
		width: 100%;
		height: fit-content;
	}
	
	.Share {
		width: 70%;
		height: 45px;
		box-shadow: 1px 1px 10px #a8a7a7;
		border:none;
		border-radius: 5px;
		text-align: center;
		background-image: linear-gradient(105deg, #33c5db, #5ac5c2);
		color: white;
		margin-bottom: 60px;
		opacity: 1;
		transition: 400ms ease;
	}
	
	.Share:hover {
		/*background-image: linear-gradient(105deg, #33c5dbbf, #5ac5c2bf);*/
		cursor: pointer;
		color: #ffffff;
		opacity: 0.7;
	}
	
	.divButton {
		width: 100%;
		min-height: 30px;
		text-align: center;
	}
	
	@media only screen and (max-width: 767px) {
	  .grid {
			grid-template-columns: repeat(1,1fr);  
		}
	}