.baord-pic-wrapper{
    background-size: cover;
}

.textblock {
	margin-top: 10px;
	padding: 10px;
}
.button-style-small, .button-style, .button-style-auto{
	background-image: url('../img/button-style.jpg');
}
.member-current{
	border-style: none;
	background-color: #333;
	box-shadow: 0 3px 3px 0 rgba(72, 159, 202, 0.3);
	color: #fbd116;
}
.download-icon.special{
	background-image: url('../img/download.svg');
}
.columns-2{
	
	padding-top: 0px;
	height: auto;
}
.section-3.ad-sect{
	height: auto;
}

.thumbnail-image{
	object-fit: cover;
}
.list-items{
	color:black;
}
.form-label.required::after {
  content: "*";
  font-size: medium;
  color: red;
}
.submit-button-2{
	display: block;
}