#bt-row {
	width: 84.5%;
	margin-top: 65px;
}

#bt-row h6 {
	font-family: "Oswald", "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
   	text-transform: uppercase;
   	color: #324545;
   	margin-bottom: 30px;
}

#bt-row > .bt-img img {
	max-width: 100%;
	width: 100%;
}

#bt-row > p:nth-child(3) {
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    line-height: 24px;
    color: #666666;
}

#bt-row > p:nth-child(3) > a {
	text-decoration: none;
	font-weight: 400;
	color: #f15a22;
	padding-left: 5px;
}

#bt-row p {
	font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
}

#bt-row ul {
	margin: 0 16px;
}

#bt-row > ul > li {
	list-style: initial;
	font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
}

#bt-row > ul > li:nth-child(8) {
	list-style: none;
}

@media screen and (max-width: 992px) {
	#bt-row {
		margin-top: 0;
	}
}

@media screen and (max-width: 414px) {
	#bt-row h6 {
		font-size: 21px;
	}
}

@media screen and (max-width: 395px) {
	#bt-row h6 {
		font-size: 20px;
	}
}

@media screen and (max-width: 320px) {
	#bt-row h6 {
		font-size: 18px;
	}
}