
body {
	color: #10262a;
}

.banner__item, .work__card a, .btn--normal, .news__card a, .banner .section-title, .service__trigger, .process__item, .banner__list li.active a, .tags a {
	color: #10262a;
}

.banner__item--invert {
	color: #fff;
}

.together__logo {
	width: auto;
}

.footer__social li a svg {
	width: 20px;
}

.footer__social li a:hover svg {
	fill: #fff;
}

.article-detailpage blockquote {
	background: rgba(204, 204, 248, 1);
	border-radius: 30px;
	padding: 28px 28px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 1.4;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

.article-detailpage blockquote p {
	font-style: italic;
	font-family: "Instrument Serif", serif;
}

.article-detailpage blockquote cite {
	font-style: normal;
}

/** author custom css**/
.author-section {
	margin-bottom: 40px;
	padding-top: 180px;
}

.author-section .expert__item {
	width: 100%;
}

.author-section .expert__img {
	max-width: 100px;
}

.author-section .expert__img {
	max-width: 100px;
}

/** auhtor css **/
@media (max-width: 1023px) {
	.banner__title {
		width: 120px;
	}
}

@media screen (min-width: 768px) {
	.together__logo {
		width: auto;
	}
}

.together__logo img {
	height: 50px;
}

.logo-swiper .swiper-wrapper, .text-swiper .swiper-wrapper {
	transition: none !important;
	will-change: transform;
}

.logo-swiper .swiper-slide {
	padding: 0 17px;
}

.feature__link.active a, .feature__link a:hover {
	opacity: 1;
	color: #af9876;
}

.nav ul .menu-dropdown-wrap {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.footer__nav ul li ul {
	margin: 0px;
	padding-left: 40px;
}

.footer__nav ul li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}

.banner__copy h2 {
	font-family: "Instrument Serif", serif;
}

.faq-container {
	margin-bottom: 28px;
}

.detail section, .feature__right section, .feature__right .schema-section, .img-container {
	margin-bottom: 30px;
	margin-top: 30px;
}

@media (min-width:1024px) {
	.footer__nav li {
		padding-bottom: 15px;
	}
}

@media (min-width: 1440px) {
	.process__right-text {
		margin-left: 30px;
	}
	
	.process__count, .process__title {
		font-size: 80px;
	}
	
	.banner__copy h2 {
		font-size: 67px;
	}
}

@media (min-width: 768px) {
	.feature-block .container {
		flex-wrap: nowrap;
	}
}

.author-box {
	margin-top: 40px;
	border-top: 1px solid #e5e2ce;
	padding-top: 40px;
}

.author-box .social-networks {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.author-box .social-networks li a {
	transition: .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #eee;
}

.author-box .social-networks li a:hover {
	/*  opacity: 0.7;*/
	background: #cbfcc4;
}

.author-box .authorization {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-box .authorization .title {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.author-box .authorization p {
	margin: 0;
	font-size: 14px;
}

.author-box .authorization p a {
	text-decoration: underline;
}

.author-box .authorization p a:hover {
	text-decoration: none;
}

.author-box .share-link .text {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background: #cbfcc4;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
}

.author-box .img-wrap {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}

.author-box .img-wrap img {
	width: 100%;
}

.news-author-lists .h2 {
	margin-bottom: 70px;
}

@media (min-width: 1280px) {
	.news-author-lists .h2 {
		margin-bottom: 88px;
	}
}
