@import url('https://fonts.googleapis.com/css?family=Muli:400,500,600,700&display=swap');

.embassy__update{
	text-align: center;
}
.embassy__header img{
	width: 100%;
}
.embassy__location{
	display: flex;
	list-style: none;
	align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.embassy__location li{
	position: relative;
	padding: 0 20px;
}
.embassy__location a{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.embassy__location img{
	width: 100%;
}
.embassy__country{
	font-family: 'Muli';
}
.embassy__country-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.embassy__country-header h1{
	font-size: 30px;
    font-weight: bold;
}
.embassy__country-header span{
	display: block;
	font-size: 20px;
}
.separator{
	height: 10px;
	width: 100%;
	background-color: #F18A2F;
}
.embassy__country-desc{
	font-size: 20px;
	font-family: 'Muli';
	margin-top: 30px;
}
.embassy__country-desc .alpha{
	list-style-type: upper-alpha;
	padding: 0;
    list-style-position: inside;
}
.embassy__country-desc .number{
	padding: 0;
	margin-bottom: 30px;
	list-style-position: inside;
}
.embassy__country-btn{
	display: flex;
	margin: 50px 0;
}
.embassy__country-btn a{
	display: block;
	padding: 0 50px; 
}