<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.services-inner {
    border: 2px solid #448f52;;
    margin-left: 35px;
    transition: .3s;
    min-height: 200px;
}

.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 20px;
}

.our-services-text {
    padding: 16px 10px 0 0;
}

.our-services-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 55px;
    object-fit: cover;
    display: block;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.services-inner h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.our-services-wrapper {
	margin-bottom: 40px;
}
span.no-image {
	height: 100px;
	width: 100px;
	display: block;
    margin-bottom: 55px;
}</pre></body></html>