html {
  scroll-behavior: smooth;
}
.detail-section i {
	font-style: italic;
}

.detail-section ul {
	list-style: square;
    margin-left: 35px;
}

.main {
	line-height: 1.2;
}

.in-page p {
	font-size: 16px;
}
.projects-section__list-item:hover {
	background: #121212;

	.projects-section__list-item-heading {
		color: #fff;
	}

}