@font-face {
		font-family: 'Moneta';
		src: url('Moneta-Regular.woff2') format('woff2'),
			url('Moneta-Regular.woff') format('woff'),
			url('Moneta-Regular.svg#Moneta-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
  
  
  
body {
  margin: 0;
  padding: 0;
  font-family: 'Moneta';
  background-color: #ede8d0;
  color: #222221;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  display: flex;
  max-width: 890px;
  width: 90%;
  justify-content: space-between;
  align-items: center;

}

.left {
  flex: 1;
  text-align: center;
  padding-right: 40px;
  max-width:400px;
}

.right {
  flex: 1;
  padding:20px 0 20px 40px;
  font-size: 19px;
  border-left: 1px solid #767469;
    max-width:400px;
}

.right p {
	margin: 0 0 0.8rem 0;
	line-height: 28px;
}

.icons {
  margin-top: 20px;
}

.icons a {
  margin-right: 15px;
  text-decoration: none;
  font-size: 1.3rem;
  color: #2b2b2b;
}

.icons a:hover {
  color: #666;
}


@media screen and  (max-width: 576px) 
{
	.container {
		display:block;
		max-width: 300px;
}

	.left {
		flex: none;
		clear:both;
		padding:0;
		margin:0;
	}

	.right {
	  flex: none;
	  padding:0;
	  margin-top:30px; 
	
	  border-left: none;
		max-width:400px;
	}
	
}