#project-list{
	margin-top: 50px;
	list-style: none;
	padding: 0;
}

#project-list li {
	padding-bottom: 25px;
}

#project-list li a{
	color: #1b1b1b;
	transition: color 250ms ease;
    font-size: 14px;
    font-weight: 700;
}

#project-list li a:hover,#project-list li a.active{
	color: #F9A61A;
}

.company__container{
	max-height: 470px;
	overflow: auto;
	padding-right: 20px;
}

/* width */
.company__container::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.company__container::-webkit-scrollbar-track {
	background: #000;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

/* Handle */
.company__container::-webkit-scrollbar-thumb {
  background: #F9A61A;
}

.company__title{
	color: #FFF;
	background-color: #000;
	padding: 25px;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 35px;
}

.company__content .content__title{
	font-family: Open Sans,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1b1b1b;
	padding-bottom: 5px;
}

.content__body{
	padding-bottom: 25px;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 2em;
}

.company__button__container{
	display: flex;
	gap: 20px;
}

.company__button__container > div:last-child{
	margin-left: auto;
}

.company__button{
	color: #1B1B1B;
	background-color: #F9A61A;
	font-family: 'Bebas Neue', display;
	font-size: 30px;
	padding: 17px 25px 12px;
	display: block;
	min-width: 215px;
	text-align: center;
}

.company__button__container > div:last-child .company__button{
	color: #F9A61A;
	background-color: #000;
}