.location-section{
	padding: 80px 0;
}
.location-list h4 {
    letter-spacing: -.2px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}
.location {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    color: #1e61ad;
}
	.state-div{
		padding: 15px;
		background: #fff;
		border-radius: 10px;
		border: 1px solid #eee;
	}
	.state-pic{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		object-fit: cover;
		overflow: hidden;
	}
	.state-pic img{
		width: 100%;
		border-radius: 10px;
		object-fit: cover;
	}
	.state-div h4{
		margin: 15px 0;
		font-size: 18px;
	}