.vulcan {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6vw;
}

#content .about-us-button-wrapper {
	padding-top: calc(6vw - 10px);
}

.vulcan #vulcan-text {
	width: 50%;
	height: fit-content;
}

.vulcan #vulcan-image {
	width: calc(100vw - 15%);
	object-fit: cover;
	transform: translateY(-5px);
}

.vulcan #vulcan-summary {
	color: #FF8540;
	font-family: Inter;
	font-size: 35px;
	transform: translateY(-4vw);
}

.vulcan #vulcan-summary ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vulcan #vulcan-summary ul li {
	padding: 10px 0;
}

.vulcan #vulcan-description {
	color: rgba(255, 255, 255, 0.8);
	font-family: Inter;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0.03em;
	line-height: 26px;
	display: flex;
	gap: 3vw;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-bottom: 3vw;
}

#home-quotes {
	padding-top: 5vw;
}

#home-quotes .home-quote {
	color: white;
	font-family: Inter;
	background-image: url(../images/home-quote.webp);
}

#home-quotes .quote-description .person {
	padding-top: 20px;
}

.news {
	display: flex;
	padding: 80px;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.news .news-item {
	display: flex;
	width: 153px;
	height: 153px;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.news .news-item img {
	width: 153px;
	opacity: 0.5;
}

.news .news-item img.financial-times-logo {
	scale: 1.2;
}

#agdirect {
	color: white;
	font-family: Inter;
	background-image: url(../images/agdirect.jpg);
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	height: 100vh;
	justify-content: center;
	width: 100%;
}

#agdirect .agdirect-description {
	font-size: 35px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0.03em;
	text-align: center;
	padding-top: 60vh;
	width: 90%;
}

#agdirect .agdirect-description img {
	margin-top: 50px;
	width: 200px;
}
