.subpages .content { 
    width: 100%;
}

.subpages h3.subpage-title a {
    color: #100D0e;
}

.sub-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px;
}

.subpages article.sub-page {
    margin-bottom: 40px;
}

.subpages article.sub-page img {
    height: 250px;
    object-fit: cover;
    width:100%;
    display: block;
    margin-bottom: 20px;
}

.service-search-cont {
    max-width: 500px;
    margin: 48px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.service-search-cont i {
    margin: 0 5px 0 17px;
}

.service-search-cont #service-search {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    border: none;
    border-radius: 12px;
    display: flex;
    font-weight: 500;
    color: black;
    background-color: unset;
}

.service-search-cont #service-search::placeholder {
    color: #333;
}
