/*Precision, comfort,technology*/
.technology-card{
		box-shadow: 0px 2px 5px -1px #00000070 !important;
}
.technology-card .services-excerpt p a{
	color: #65aeda !important;
	font-weight: 600 !important;
    line-height: 1em;
    text-transform: capitalize;
	display: flex;
    align-items: center;
    vertical-align: middle !important;
	justify-content: center;
}
.technology-card .services-excerpt p a::after{
	content: '\279C';
    transition: transform 0.3s;
    transform: translate(1px, 1px);
	margin-left: 4px !important;
}
.technology-card .service-wide-column {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*RESPONSIVE*/
@media (max-width: 1280px){
	.technology-card{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 991px){
	.service-wide-column {
    	padding-right: 20px;
} 
}
@media (max-width: 781px){
	.service-wide-column {
    	padding-right: 20px;
		padding-left: 20px;
} 
	.technology-card figure{
		aspect-ratio: unset !important;
	}
}