.yuramax-content {
	max-height: 700px;
	/* нужная высота */
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.yuramax-block {
	margin-bottom: 75px;
}
.yuramaxBtn svg path {
    stroke: #fff;
}