.our-work {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-around;
}

.our-work section {
	flex-grow: 2;
}

.our-work h2 {
	font-size: 2.5em;
}

.our-work section {
	width: 100%;
	margin-bottom: 20px;
}

.our-work section ul {
	list-style: none;
	font-size: 2em;
}

.our-work section ul li {
	width: 100%;
}

.our-work section ul li.special {
	color: #4172CC;
}

.our-work section ul li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #4172CC;
	border-radius: 100%;
	vertical-align: middle;
	margin-bottom: 0.15em;
	margin-right: 10px;
}

.our-work section.story {
	display: flex;
	align-items: center;
}

.our-work section.story .slider {
	margin-right: 20px;
	display: block;
}

.our-work section.story .description {
	margin-bottom: 15px;
}

.our-work .main-carousel {
	overflow: hidden;
	width: 185px;
	height: 200px;
}

.our-work .main-carousel .carousel-cell {
	width: 100%;
	height: 100%;
}

.our-work .main-carousel .carousel-cell img {
	height: 400px;
	width: auto;
	margin-top: -110px;
}

.our-work .main-carousel .flickity-button {
	width: 30px;
	height: 30px;
}

@media (max-width: 800px) {
	.our-work section {
		margin-bottom: 20px;
	}

	.our-work section.story {
		flex-direction: column;
	}

	.our-work section.story .slider {
		margin: auto;
		margin-bottom: 20px;
	}

	.our-work section.story .slider .main-carousel {
		width: 225px;
		height: 240px;
	}

	.our-work section.story .slider .main-carousel img {
		margin-top: -150px;
		height: 500px;
	}
}

.our-work .double {
	display: flex;
	text-align: justify;
	justify-content: space-between;
}

.our-work .double div {
	width: 49%;
}

@media (max-width: 800px) {
	.our-work .double {
		flex-direction: column;
	}


	.our-work .double div {
		width: 100%;
	}

	.our-work .double div:first-child {
		margin-bottom: 20px;
	}
}

.our-work .share {
	text-align: center;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.our-work .share h2 {
	font-size: 2em;
}

.our-work .share ul {
	text-align: left;
	font-size: 2em;
}

.our-work .contribute p {
	text-align: center;
	font-size: 3em;
	color: #4172CC;
}

.our-work .contribute p.special {
	color: #000;
}

.our-work .contribute p a {
	color: #4172CC;
	font-weight: bold;
}

.our-work .contribute p.comment {
	font-size: 2em;
	color: initial;
	margin-top: 5px;
}

.our-work .parameters p {
	text-align: center;
}

.our-work table {
    border-collapse: collapse;
    border: 1px solid #4172CC;
    font-size: 1.7em;
    margin: auto;
	margin-top: 10px;
}

.our-work table th {
    border: 1px solid #4172CC;
    color: #3E5260;
    padding: 1px;
}

.our-work table td {
    border: 1px dotted black;
    padding: 1px;
    padding-left: 5px;
    width: 100px;
}