@charset "UTF-8";
/* CSS english conference override */

	
.inner-content {
	width: 1160px;
    max-width: 90%;
    margin: 0 auto;
	}
	
	.flexbox {
		display: flex;
    justify-content: space-between;
    align-items: center;
	}
	
	.flexbox div {
		width: 46%;
    margin-top: 5%;
    text-align: left;
	}
.left-image {
    padding: 5% 0 6% 0;
    background-color: white;
}
.right-image {
    padding: 5% 0 6% 0;
    background-color: #eef2f3;
}
	
.btn-secondary {
color: #080808 !important; background: #a2d6dd; text-align: center; border-radius: 3px !important; border: solid 0px; white-space: normal; height: auto;padding:15px;}

.btn-secondary:hover, .btn-secondary:focus {
	background:white;
	text-decoration: none;
	border:3px inset #00785e;
}