.big_title {font-size:48px !important;color:#999999 !important;margin-bottom:60px !important;}
.nav-tabs>li {
    margin-bottom: 15px !important;
}
.fade{
  display:none;
}
.fade.in{
  display:block;
}
.tab-pane.fade .row {
    display: flex;
    flex-wrap: wrap;
}
figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit:cover;
}
	.tab .nav-tabs { border-bottom: none; position: relative; overflow: hidden; }
	.tab .nav-tabs li { margin-right: 10px; z-index: 1; float: left; list-style: none;}
	.tab .nav-tabs li:last-child:after { border: none; }
	.tab .nav-tabs li a { display: block;
    padding: 15px 20px;
    background: rgba(112, 19, 24,1);
    font-size: 15px;
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 0;
    /* border: 2px solid #199959; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    word-break: keep-all;}
	.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff; }
	.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.3s ease 0s; }
	.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: rgba(112, 19, 24,1); }
	.tab .tab-content { padding: 20px 10px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
	.tab .tab-content h3 { font-size: 24px; margin-top: 0;     margin-top: 20px;    margin-bottom: 15px;    color: rgba(112, 19, 24,1);font-size:20px;font-weight:bold;}
.tab-pane {
  text-align:left;
}
@media only screen and (min-width: 992px){
.tab-pane .row div{
  min-height:330px;
}}
@media only screen and (max-width: 768px) {
.big_title {font-size:38px !important;color:#999999 !important ;margin-bottom:30px !important ;letter-spacing:0px !important ;}
	}
	@media only screen and (max-width: 767px) {
		.tab .nav-tabs li { margin: 0 25px 0 0; }
}
	@media only screen and (max-width: 479px) {
		.tab .nav-tabs li { width: 100%; text-align: center; margin: 0 0 10px 0; }
		.tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%; }
	}