.index_bg{
	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: 80px 50px 50px 50px;
}

#top_black_line-div{
  color: #50503F;
  font-weight: bold;
}

.about_bg{
    background-color: #FFFFFF;
    color: #50503F;
    font-size: 1rem;
    margin: 0 30px 30px 30px;
    padding: 30px;
    box-shadow: 3px 3px 13px #00000026;
    border-radius: 10px;
}

.about_title{
    font-size: 1.8rem;
    margin: 0 20px 20px 20px;
    font-weight: bold;
}

.index_tab_about{
	border-top: 5px solid #F7BD36 !important;
}

