.verMais{
	font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #0F5D82;
    text-decoration: none;
    padding: 13px;
    border: solid 2px #0F5D82;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 36px;
    margin-bottom: 26px;
    transition: 0.3s;
    text-decoration: none;
}
.verMais:hover
{
	background: #0F5D82;
	color: white;
	text-decoration: none;
}
.textColVillage
{
	font-size: 22px;
	color: #707070;
	font-family: Montserrat;
	padding-right: 60px;
	font-weight: 300;
}
.imageColVillage{
	object-fit: cover;
    max-width: 100%;
    height: 439;
    max-height: 900px;
    margin-bottom: 121px;
    padding-left: 60px;
}

.mobileVillage
{
	display: none;
}

.desktopVillage
{
	display: flex;
}

@media screen and (max-width: 950px) 
{
	.verMais
	{
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
	}
	.mobileVillage
	{
		display: block;
	}
	.desktopVillage
	{
		display: none;
	}
	.textColVillage
	{
		padding-left: 60px;
	}

}
@media screen and (min-width: 1650px) 
{
	.footer{
		margin-top: 400px !important;
	}

}