a.hero-liv-score {
    position: relative;
    height: 10rem
}

a.hero-liv-score::after {
    position: absolute;
    font-size: 4rem;
    top: 2.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    content: attr(data-sc)
}

a.hero-liv-score img {
    width: auto;
    height: inherit
}

@media (min-width:760px) {
    a.hero-liv-score::after {
        top: 4rem;
        font-size: 6rem
    }

    a.hero-liv-score {
        height: 16rem
    }
}

.top-rating img {
    width: 16px;
}

.locals-think {
	background-color: #eaf1f7;
	border-radius: 16px;
	padding:10px;
}

.locals-think>div {
		padding: 0 1.75rem;
		border-radius: 16px;
		
}

.locals-think a {
    margin: 0;
    color: inherit;
    width: 100%;
    display: flex;
		
    align-items: center;
    padding: 1.5rem;
		margin-bottom:10px;
}

@media (min-width:540px) {
	.locals-think>div {
			display: flex;
			gap:10px;
			padding:10px;
	}
	.locals-think a
	{
		padding: 0;
	}
}

/* .locals-think>div:nth-child(2n+1) {
    background-color: #fff;
} */



.locals-think a>span {
    margin-left: 2rem;
}

.locals-think a>span b {
    font-size: 2rem;
}

.locals-think a>span p {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.locals-think a>span>* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 1;
}

.locals-think a img {
    display: inline-block;
    height: 32px;
}

.locals-think div:nth-child(1) a:nth-child(1) i {
    background-position: 0 0
}

.locals-think div:nth-child(1) a:nth-child(2) i {
    background-position: 0 -60px
}

.locals-think div:nth-child(1) a:nth-child(3) i {
    background-position: 0 -120px
}

.locals-think div:nth-child(2) a:nth-child(1) i {
    background-position: 0 -180px
}

.locals-think div:nth-child(2) a:nth-child(2) i {
    background-position: 0 -240px
}

.locals-think div:nth-child(2) a:nth-child(3) i {
    background-position: 0 -300px
}

.locals-think div:nth-child(3) a:nth-child(1) {
    background-position: 0 -360px
}

.locals-think div:nth-child(3) a:nth-child(2) i {
    background-position: 0 -420px
}

.locals-think div:nth-child(3) a:nth-child(3) i {
    background-position: 0 -480px
}

.locals-think div:nth-child(4) a:nth-child(1) i {
    background-position: 0 -540px
}

.locals-think div:nth-child(4) a:nth-child(2) i {
    background-position: 0 -600px
}

.locals-think div:nth-child(4) a:nth-child(3) i {
    background-position: 0 -660px
}

.demo-summary a {
    background-color: #eaf1f7;
    color: #555;
    border-radius: 16px;
    padding: 4rem 2rem;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 1rem;

}

@media (min-width:540px) {
    .demo-summary {
        display: flex;
        justify-content: space-between;
    }

    .demo-summary a {
        width: 49%;
        margin-top: 0rem;
    }
}


.demo-summary a img {
    width: 32px;
    margin-right: 8px;
}

.demo-summary a i {
    width: 80px;
    margin: 0 auto;
    background: url(/images/population-sprite.png) no-repeat
}

.demo-summary b {
    font-size: 2.5rem;
    line-height: 2.5rem;
}


.resa-summary {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 60px
}

.resa-summary .simple-bar-chart {
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    height: 16rem;
    font-size: 1.2rem
}

@media (min-width:640px) {
    .resa-summary {
        grid-template-columns: 1fr 1fr
    }
}

.guide-schools tr td:nth-child(2) {
    text-align: center
}