.page-404 {
    padding: 200px 0 70px 0;
    min-height: calc(100vh - 200px);
    background: white;
}

.error-404-title, .error-404-text {
    text-align: center;
}
.error-404-title {
    font-size: 21px;
    line-height: 36px;
    margin: 40px 0 12px 0;
}
.error-404-text {
    font-size: 60px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    color: black;
}
a.error-404-btn {
    background: #35606e;
    height: 46px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    font-size: 18px;
    color: white;
    transition: ease-in-out 0.18s;
    margin: 0 auto 90px auto;
    text-decoration: none;
}
.error-404-btn:hover {
    background: #2a4c57;
}

section.lead_row .lead_box  {
	background-size: cover;
}


@media (min-width:768px) {
    .services_row h2 {
        font-size: 34px;
    }
}