.top {
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
}

.top svg {
    border-radius: 50%;
    border: 5px solid #ABB8C3;
    object-fit: cover;
    left: 1100px;
    bottom: -160px;
    background-color: white;
    padding: 15px;
    fill: #192a64 !important;
    transform: translateY(-85%);
	width: clamp(100px, 12vw, 130px);
    height: clamp(100px, 12vw, 130px);
}

.top path {
    fill: #192a64 !important;
}

.top div {
    /*margin-top: 30px;*/
    font-weight: bold;
	font-size: 18px;
}

.top span {
    font-size: 2.6rem;
    font-family: 'Dancing Script', cursive;
    color: #C62A3D;
}

.top a {
    color: #192a64;
}

.nbrs {
    background-color: #5758A6;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    font-family: "Noto Serif", serif;
    text-align: center;
}

.nbrs div {
    width: 165px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0;
}

.nbrs img {
    width: 80px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1000%) contrast(101%);
}

.nbrs span {
    margin-top: 3px;
    font-size: 50px;
}

/* Override .med span for single-service page */
.med span {
    position: absolute;
    text-align: center;
    background-color: #ddd;
    color: #CF2E2E;
    padding: 4px 0;
    margin-top: 0;
    z-index: 1;
    width: 100%;
    height: fit-content;
    font-size: 13px;
    border-radius: 0;
    top: 115px;
}

article {
	padding-top: 0;
	margin-bottom: 10px;
}

.wp-block-list li {
	font-size: 20px !important;
}


@media only screen and (max-width: 550px) {
	.top svg {
		transform: translateY(0);
		margin-bottom: 20px;
	}
	
	.top {
		transform: translateY(-80px);
	}
	
}