.solution_head--main {
	@media print, screen and (min-width: 768px) {
		margin-top: -40px;
	}
}

.mt_indent{
	text-indent: -3em;
	padding-left: 3em;
	@media screen and (max-width: 767px) {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
}

.solution_head{
	height: 415px;
	background: linear-gradient(180deg, #2156B2 0%, #FFF 77.47%);

	&::before{
		content: "";
		background: url(../img/main.png) no-repeat center right;
		position: absolute;
		right: 0;
		height: 415px;
		width: 585px;
	}
}
.breadcrumb_item {
	color: #000;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0);
    a {
        text-decoration: underline;
        color: #000;
    }
}
.sm_aicon{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {

.solution_head {
    &::before {
        content: "";
			width: 406px;
		}
	}
}
