.services-mod2-item {
	box-shadow: 4px 8px 24px 0px rgb(47 57 112 / 15%);
    margin-bottom: 20px;
}
.services-mod2-image {
	display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
    position: relative;
}
.services-mod2-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.services-mod2-info {
	padding: 30px 30px;
}
.services-mod2-info h3 {
	color: #3c3c5c;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
	font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-family: 'RobotoCondensedBold';
}
.services-mod2-item-introtext p {
    font-size: 14px;
	margin-top: 0;
    margin-bottom: 1rem;
}
.btn-more2 a {
	font-family: 'RobotoCondensedBold';
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 15px 9px 15px;
    background: #e21312;
}
.btn-more2 a:hover,
.btn-more2 a:focus {
    background: #2d325a;
    color: #fff;
}