@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");

.breadcrumb {
	padding-right: 55%;
}

.article {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 180px;
}

@media (max-width: 1100px) {
	.article {
		padding-top: 120px;
	}
}

.article .breadcrumbs {
	margin-bottom: 70px;
}

.article img.main {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 45%;
	-webkit-border-radius: 0 0 350px 350px;
	-moz-border-radius: 0 0 350px 350px;
	border-radius: 0 0 350px 350px;
}

@media (max-width: 1300px) {
	.article img.main {
		max-width: 50%;
		z-index: -1;
	}
}

@media (max-width: 1100px) {
	.article img.main {
		display: none;
	}
}

.article-container {
	width: 1520px;
}

@media (max-width: 1600px) {
	.article-container {
		width: 95%;
	}
}

.article-container h2.h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 60px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
}

@media (max-width: 600px) {
	.article-container h2.h2 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 30px;
	}
}

.article-main {
	width: 50%;
	margin-bottom: 70px;
}

@media (max-width: 1100px) {
	.article-main {
		width: 100%;
	}
}

.article-main span.date {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	display: block;
	margin-bottom: 70px;
	color: #455368;
}

@media (max-width: 600px) {
	.article-main span.date {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
	}
}

.article-main p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.article-main p {
		font-size: 18px;
	}
}

.article-part {
	width: 100%;
	margin-bottom: 70px;
}

.article-part h3 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
}

@media (max-width: 600px) {
	.article-part h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

.article-part p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.article-part p {
		font-size: 18px;
		line-height: 28px;
	}
}

.article-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article-footer h3.h3 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 60px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	margin-bottom: 70px;
	width: 100%;
}

@media (max-width: 600px) {
	.article-footer h3.h3 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}
}

.article-footer a {
	margin-left: -30px;
	margin-right: 50px;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

@media (max-width: 600px) {
	.article-footer a {
		margin-right: 10px;
	}
}

.article-footer a img {
	width: 125px;
}

.article-footer a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.article h3,
.article p {
	font-size: 1em;
	margin-bottom: 8px;
	text-indent: 1.5em;
}

.article h4 {
	font-size: 1.1em;
	margin-top: 8px;
}

.article ul li {
	margin-left: 2em;
}
