.solutionImage{
	max-width:  100%;
	max-height: 9rem;
}

.solutions .multi-carousel .multi-carousel-inner .multi-carousel-item img{

}

.solutions .multi-carousel .carousel-control-next, .solutions .multi-carousel .carousel-control-prev{
	opacity: 1;
	text-shadow: 0 0 12px black;
}

img.comic{
	width:  90%;
}
.title_comic{
	max-width: 100%;
	width: auto;
	height: 40px;
	margin-bottom: 0rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


.break-header{
	height:  57px;
	line-height: 45px;
}

@media (max-width: 768){
	.solutions .multi-carousel-inner{
		width: 100% !important;
	}
}

.rft_title{
	font-size: 0.6rem;
}

.break-items{
	display: flex !important;

	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.break-items a img{
	width: auto;
	height: auto;
	max-width:  8vh;
	max-height: 45px;
	margin-bottom: 1rem;
}