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

.u-section-1 .u-text-1 {
  --animation-custom_in-translate_x: -60px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 60px auto 0;
}

.u-section-1 .u-shape-1 {
  width: 354px;
  height: 5px;
  --animation-custom_in-translate_x: 70px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-translate_y: 0px;
  margin: 11px auto 0;
}

.u-section-1 .u-text-2 {
  --animation-custom_in-translate_x: -70px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 310px;
  margin: 23px auto 0;
}

.u-section-1 .u-custom-html-1 {
  min-height: 248px;
  height: auto;
  margin-top: 49px;
  margin-bottom: 59px;
}

@media (max-width: 575px) {
  .u-section-1 .u-shape-1 {
    width: 340px;
  }
}.muse-video-player {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		min-height: 100px;
		margin-bottom: 15px;
	}
	
	.grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.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, #f96e00, #ff9947);
		color: white;
		margin-bottom: 60px;
	}
	
	.Share:hover {
		background-image: linear-gradient(105deg, #f96e00bf, #ff9947bf);
		cursor: pointer;
		color: #ffffff;	
	}
	
	.divButton {
		width: 100%;
		min-height: 30px;
		text-align: center;
	}
	
	@media only screen and (max-width: 767px) {
	  .grid {
			grid-template-columns: repeat(1,1fr);  
		}
	}