.hd-logo img {
    display: block;
    height: 70px;
	max-width: 100%;
}

.slide {
    width: 120px;
    height: 120px;
	background: #abd7e0;
    border-radius: 2rem;
}

.noAnchor-slide {
    padding: 2rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.slide img {
    display: block;
    height: 50px;
    max-width: 100%;
}

.slide h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: .5rem;
	margin-bottom: .5rem;
    color: #000;
    text-align: center;
    word-break: break-word;
}

.text-hd-inner {
    font-size: 2.35em !important;
	font-weight:600;
}

.service-list-block {
	color: var(--dark-blue);
	font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.service-list-block span {
	color: var(--dark-blue);
}

.slide-mod {
    width: 200px;
    height: 200px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-mod img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
.slide-mod {
    width: 100%;
    height: 100%;
}
.custom-projects-1 {
    padding-left: 45px;
    padding-right: 45px;
}
}