.service-area-map  iframe {
    height: 400px;
    border-radius: 8px;
}

/* service areas single */
.sarea-toc .elementor-toc__header {
    padding: 8px;
}

.sarea-toc svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.sarea-toc .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

.sarea-toc .elementor-toc__header {
    display: none;
}

/* new tags style */
.sarea-tags span.elementor-post-info__item a{
    display: inline-flex  !important;
    background-color: #dde8ef !important;
    color: #266790 !important;
    padding: 7px 12px;
    border-radius: 8px;
    color: #333;
    font: 400 0.9rem / 1.1 'Outfit' !important;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    border: 1px solid #3ab1ff;
}

.sarea-tags span.elementor-post-info__item a:nth-child(2n) {
    background-color: #a70b2d3b !important;
    color: #a70b2d !important;
    border: 1px solid #ff809c;
}

.sarea-tags span.elementor-post-info__item > :nth-child(2n){
    display: none;
}

.sarea-tags span * {
    color: inherit;
}

.sarea-tags span.elementor-post-info__item {
    color: transparent;
}

/* shortcode */
.service.list-wrapper ul li a {
    text-decoration: underline !important;
    color: #F06124;
  font-size: 0.925em;
}
 
.service.list-wrapper ul {
    column-count: 3;
    column-gap: 20px;
}

/* new code */
.service-areas img {
	display: block;
    height: 350px !important;
    object-fit: cover;
    border-radius: 4px !important;
    width: 100% !important;
    margin-top: 3em !important;
}

.service-areas h2 {
    font-size: 2.2em;
	margin: 2em 0 8px;
}

.service-areas figure + span + h2 {
	margin-top: 0;
}

.service-areas h3 {
    font-size: 1.5em;
	margin: 1.25em 0 8px 10px;
}

@media(max-width: 768px){
    .service-areas h2 {
        font-size: 1.5em;
    }

    .service-areas h3 {
        font-size: 1.17em;
    }
}