body:not(.front) .workarea_wrap--inner .workarea > main {
	padding: 0;
    border-radius: 0;
    background: none;
}
.workarea_wrap--inner .truncate p {
	margin-bottom: 8px;
	padding-bottom: 0;
}
.mission-heading {
	width: 100%; 
	text-align: center; 
	font-size: 24px; 
	background: linear-gradient(180deg, #257AFF 0%, #0036FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	row-gap: 32px;
}

.service-item {
  height: 100%;
  border-radius: 16px;
  padding: 24px;
  background-color: #FFF;
  gap: 24px;
}
.service-item.goals {flex-direction: row-reverse;}
.benefit__preview  {padding: 16px 24px 24px; font-size: 16px;}
.block-wrapper {flex-wrap: wrap; gap: 16px; row-gap: 24px;}
.service-item--benefit {
	position: relative;
	flex-direction: column;
	padding: 0;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(37, 122, 255, 0.10) 0%, rgba(0, 54, 255, 0.10) 100%); 
	flex: 0 0 calc(100% / 4 - 12px);
	width: calc(100% / 4 - 12px);
	overflow: hidden;
}

.service-item_img { 
	color: #fff;
    text-align: center;
	background: url(./img/mission-bg.svg) bottom center no-repeat; 
    background-size: cover;
	background-size: contain;
    padding: 20px 10px;
	aspect-ratio: 250 / 136;
	max-height: 136px;	
}
.mission-banner {border-radius: 16px;}
.mission-banner > img {object-fit: cover; width: 100%; border-radius: 16px;}
.service-item_img > h3 {text-align: center; font-size: 18px;}
.news_detail_preview h3 {
	background: linear-gradient(180deg, #257AFF 0%, #0036FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}
h3.leadership, h3.innovation, h3.team { max-width: 44%; margin: 0 auto;}
.service-item--benefit .service-item_img > img.news__preview {max-width: 32px; margin-top: 10px;}


.project_img {flex: 0 0 370px;}
.project_img > img {border-radius: 8px; display: block;}

.workarea .news-item-info h3 {margin: 0 0 24px 0;}
.add-read-more .second-section, .add-read-more .read-less {
    display: none;
}
.read-more, .read-less {
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	background: var(--main, linear-gradient(180deg, #257AFF 0%, #0036FF 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.read-more:hover:after, .read-less:hover:after {display: none}

.add-read-more.show-more-content .second-section, 
.add-read-more.show-more-content .read-less {display: unset;}

.read-less > .fa > img, .read-more > .fa > img {transform: translateY(3px);}
.marker {padding-left: 20px; position: relative; display: inline-block; margin-right: 8px; }
.marker {margin-bottom: 8px; width: 100%;}
.marker:after  { clear: left; display: block; width: 12px; height: 12px; content: ''; position: absolute; left: 0; top: 5px; background: url(img/menu-dot.svg) top left no-repeat;}
.marker:last-child {margin-bottom: 8px; margin-right: 8px;}
.read-less:after, .read-more:after {
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #257AFF 0%, #0036FF 100%);
	right: 20px;
    bottom: 1px;
    left: 0;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.banner--mpos img {
	height: 100%;
    object-fit: cover;
	display: block; 
	border-radius: 16px;
	-webkit-clip-path: ellipse(122% 122% at -22% 50%);
	clip-path: ellipse(122% 122% at -22% 50%);
}

.workarea .banner--mpos .vacancy-banner_content {
	padding: 41px 32px 32px 68px;
    flex: 1 0;
}
.banner--mpos .vacancy-banner_content p {
    font-size: 24px; 
}

.banner--mpos .btn {font-weight: 700;}

@media (max-width: 1500px) {
	.service-item_img > h3 {font-size: 16px;}
	.service-item_img {background-size: cover;}
	
}

@media (max-width: 991px) {
	.service-item_img > h3 {font-size: 18px; max-width: 100%;}
	.project_img {flex: 0 0 auto;}
	.service-item--benefit { flex: 0 0 calc(100% / 2 - 8px);}
	.service-item_img { 
		background-position: bottom center;
		background-size: cover;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.news_detail_preview h3 {font-size: 18px;}
	.mission-heading {font-size: 20px;}
}

@media (max-width: 767px) {
	.news-list  { gap: 16px; }
	.service-item, .service-item.goals {flex-direction: column; gap: 16px; padding: 20px}
	.project_img img { width: 100%;}
	.service-item--benefit { flex: 0 0 calc(100% / 2 - 8px);}
	.service-item {flex-direction: column; flex: 0 0 100%;}
	.banner--mpos .vacancy-banner_content p {font-size: 20px; }
	.workarea .banner--mpos .vacancy-banner_content {padding: 20px;}
	.banner--mpos img {-webkit-clip-path: unset; clip-path: unset; width: 100%;}		
}

@media (max-width: 530px) { 
	.service-item--benefit {flex: 0 0 100%;}
	.service-item_img > h3.clients {padding: 0 20px;}
	.service-item--benefit .service-item_img > img.news__preview {margin-top: 0;}
	.service-item_img {gap: 12px; aspect-ratio: unset;}
}

