/*
Theme Name: Astra Child
Template: astra
Version: 1.4
*/

#content {
	background: #3a3a3a;
}

.elementor-top-section{
	background: #ffff;
}

footer{
	display: flex;
	background: #3a3a3a;
	width: 100%;
	max-height: 1400px;
	border-top: 5px solid #062a68;
	font-family: 'PT Serif',serif;
	justify-content:center;
}

#footer-container{
	width: 1640px;
	display:flex;
	justify-content: space-between;
	padding: 1% 5%;
}

.ast-container{
	display: flex;
	flex-direction: column;
}

footer svg{
	border-radius:35px;
	width: 30px;
	height: 30px;
}

.column-header{
	color: #6EC1E4;
	font-size: 1rem;
	padding-bottom: 0.6em;
}

footer .menu-item{
	font-size: 0.8rem;
}

.footer-menu{
	margin: 0;
}

#career-link, #contact-column *, .footer-menu *{
    color: #ffffff;
    text-decoration: none;
	list-style: none;
}

p:has(#career-link){
	padding-top: 1em;
}

#contact-column *, #career-link{
	font-size: 0.8rem;
}

@media (max-width: 600px){
	#footer-container, .footer-menu, #review-container, .footer-column, #contact-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}