
.solution .no-dash {
	margin-bottom: 65px;
	letter-spacing: -.01em;
}

.solution .icon-holder {
	height: 60px;
	width: 70px;
	margin-bottom: 20px;
}

.solution .solution-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 17px;
}

.solution .solution-holder .solution-wrapper {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
}

.solution .solution-holder .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #4b4b4b;
	letter-spacing: .03em;
    font-weight: 600;
}

.solution .solution-holder a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	padding: 10px;
	border-radius: 8px;
	width: 100%;
}

.solution .solution-holder a:hover {
	box-shadow: 0 1px 6px #3155a4;
}

.solution-wrapper a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.learn-more-tag{
    color: #3155a4;
    font-weight: 900;
}

.learn-more-tag p::after{
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    border-right: 2px solid #3155a4;
    border-top: 2px solid #3155a4;
  
    transform: rotate(45deg);
}

.contracts h2,
.solution h2 {
	line-height: 1.428571;
}

.contracts h3,
.solution h3 {
	line-height: 1.6;
	letter-spacing: .09em;
	margin-bottom: 72px;
}
