.subservices-other-services-slider {
    background-color: #F9F9FB;
    padding-top: 3rem;
	margin:0;
}
.ssoss-headline h2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #121212;
    width: 515px;
    margin: auto;
}
	.ssoss-headline h2 span {
    display: block;
}
	.ssoss-ht p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.0875px;
    color: rgba(18, 18, 18, 0.6);
    width: 643px;
    margin: auto;
    padding-top: 13px;
}
	.ssoss-ht a {
		color: #0180DE;
		text-decoration:underline;
	}
	.ssoss-slider {
    padding-top: 30px;
	width: 1039px;
	padding-bottom:5rem;
	margin:auto;
}
	.ssoss-card span {
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    line-height: <?php $height = block_value('title-height');
						if($height > 30){echo "20px";}else{ echo "30px";}?>;
    letter-spacing: 1.39px;
    font-weight: 900;
    color: #616a75;
		text-transform: uppercase;
	height: <?php
		if($height >= 60){ $height = $height-15; echo "$height";}else{ echo block_value('title-height');}?>px;
	display:block;
	background-color:#fff;
}
	.ssoss-card {
    width: 323px;
	box-shadow: 4px 3px 8px rgb(0 0 0 / 5%);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:.5rem;
	margin-bottom:.5rem;
	background:#fff;
}
.ssoss-card:hover img{
		transform: scale(1.1);
		will-change: transform;
    	transition: .25s;
	}
.ssoss-imagebox {
    height: fit-content;
    overflow: hidden;
}
	.ssoss-card p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 280px;
	height:<?php echo block_value('copy-height');?>px;
    color: rgba(83, 83, 83, 0.5);
}
	.ssoss-content a.ssoss-link {
    color: #0180DE;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.11px;
	background:transparent;
	font-size:16px;
}
	.ssoss-content{
		padding:16px 18px 25px;
		
	}
	.ssoss-sliders > .ssoss-slide:not(:first-child) {
    display: none;
}
	.ssoss-sliders button.slick-prev.slick-arrow, .ssoss-sliders button.slick-next.slick-arrow {
        background: rgba(1, 128, 222, 0.65)!important;
    width: 38.89px;
    height: 38.89px;
    border-radius: 40px;
    position: absolute;
    top: 48%;
	border:0!important;
	outline:0!important;
}
	.ssoss-sliders button.slick-prev.slick-arrow:focus, .ssoss-sliders button.slick-next.slick-arrow:focus {
		outline:0;
	} 
	.ssoss-sliders button.slick-prev.slick-arrow:hover, .ssoss-sliders button.slick-next.slick-arrow:hover {
		background: #006DBD!important;
	} 
	.ssoss-sliders button.slick-prev.slick-arrow img, .ssoss-sliders button.slick-next.slick-arrow img {
    width: 7.5px;
    height: 15px;
    margin: auto;
	}
	.ssoss-sliders button.slick-prev.slick-arrow img{
		margin-right:1.1rem;
	}
	
	.ssoss-sliders button.slick-prev.slick-arrow {
		left:-61px;
	}
	.ssoss-sliders button.slick-next.slick-arrow {
		right:-61px;
	}
	@media only screen and (max-width:1190px){
		.ssoss-slider{
			width:345px;
		}
	}
	@media only screen and (max-width:680px){
		.ssoss-ht p{
			width:265px;
		}
		.ssoss-headline h2 {
			width:269px;
			font-size:30px;
			line-height:36px;
		}
		.ssoss-headline h2 span{
			font-weight:400;
		}
	}
	@media only screen and (max-width:500px){
		.ssoss-sliders button.slick-prev.slick-arrow {
			left: -13px;
			z-index: 2;
		}
		.ssoss-sliders button.slick-next.slick-arrow {
			right: -13px;
		}
		.ssoss-card {
			width: 252px;
		}
		
		.ssoss-card p{
			width:192px;
		}
		
	}
	@media only screen and (max-width:499px){
		.ssoss-slider{
			width:280px;
		}
		.ssoss-card span {
			line-height: 17px;
			height: <?php
		if($height >= 60){ $height = $height-15; echo "$height";}else{ echo block_value('title-height');}?>px;
			padding-top:8px;
		}
	}
	