.solution-box {
    background-color: #132a53;
    border: 1px solid #252627;
}
.solution-box a.thumb, .solution-box a.thumb img, .solution-box .text {
    float: left;
}
.solution-box a.thumb {
    width: 46%;
}
.solution-box .text {
    width: 54%;
}
.solution-box .text .title, .solution-box .text a.more {
    color: #00efe6;
}
.solution-box .text a.more {
    text-decoration: none;
}
.solution-box .text a.more:hover {
    color: #fff;
}





@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.solution-box {
	    height: auto !important;
	}
	.solution-box a.thumb {
	    display: none;
	}
	.solution-box .text {
	    width: 100%;
	    padding: 10px;
	}
}
@media screen and (max-width: 479px) {
}