.board-tabs-container {
    display: flex;
    flex-direction: column;
}

.board-tabs-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.board-tab-nav-item img {
    width: 200px !important;
	height: 286px !important;
	
}

.board-tab-nav-item {
    margin: 10px;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
}

.board-tab-nav-item.active {
    position: relative;
}
.board-tab-nav-item.active:before {
    font-size: 20px;
    margin-right: 8px;
    position: absolute;
    bottom: -25px;
    left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #444;
    border-bottom: 0px;
	content:'';
	width: 30px;
	height: 24px;
}

.board-tab-nav-item img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.board-tab-title {
    margin-top: 5px;
    font-weight: bold;
}

.board-tab-content-item {
    display: none;
}

.board-tab-content-item strong {
    color: #333;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    font-style: normal;
}
.board-tab-content-item{
	color: #333;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-style: normal;
}
.board-tab-title {
    font-size: 16px;
    font-family: "Playfair";
    font-style: italic;
}
@media (max-width: 992px){
	    .board-tabs-nav {
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .board-tabs-nav {
        overflow-x: auto;
        white-space: nowrap;
    }

    .board-tab-nav-item {
        display: inline-block;
    }
	.board-tab-nav-item img {
    width: 200px !important;
	height: 150px !important;
	
}
}
