.wp-block-latest-posts.wp-block-latest-posts__list li {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 4px;
}

.no-underline a {
	text-decoration: none;
}


@media (max-width:699px) {
	.navbar .contract-button > * {
		line-height: 2.2 !important;
	}
	.mobile-no-padding {
		padding: 0 !important;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	.tablet-picture-padding {
		padding-left: 20% !important;
	}
}

@media (min-width:700px) and (max-width:1644px) {
	.mobile-no-padding {
		padding: 0 !important;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	.tablet-picture-padding {
		padding-left: 36% !important;
	}
}

@media (min-width:1645px) {
	.nav-buttons{
		width: 50% !important;
		margin-left: 12%;
		margin-top: -3.5vw;
		position: absolute;
	}

	.role {
		margin-top: 0 !important;
		margin-bottom: 0;
	}
	
	.desktop-order-1 {
		order: 1 !important;
	}
	
	.desktop-order-2 {
		order: 2 !important;
	}
	
	.hidden-mobile {
		display: block;
	}
	
	.tablet-picture-padding {
		padding-left: 30% !important;
	}
	
	.main-container {
		width: 44% !important;
		max-width: 100% !important;
	}
}