.index_bg{
	/* background-color: #F7BD36;
	background-image: none; */
  min-height: calc(100vh - 280px);
}

.big-title{
	font-size: 2rem;
	font-weight: bold;
	margin: 10px;
}

.medium-title{
	font-size: 1rem;
	font-weight: bold;
	margin: 10px;
}

.small-title{
	font-size: 0.5rem;
	font-weight: bold;
}

.index_content{
	padding: 50px;
  min-height: 500px;
}

#top_black_line-div{
  color: #50503F;
  font-weight: bold;
}

.index_tab_helf{
	border-top: 5px solid #F7BD36 !important;
}

