.yacht-management {
	margin: 40px 0;
	width: calc(100% - 40px);
	max-width: 800px;
}

.ym-header {
    margin-bottom: 2rem;
}


.ym-body {
    margin-bottom: 3rem;
}

.ym-points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1.2rem;
	color: #444;
    margin-bottom: 3rem;
}

.ym-points li {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding-left: 1.5rem;
    position: relative;
}

.ym-points li::before {
    content: "—";
    position: absolute;
    left: 0;
}
