
.alteo-intro-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #222;
}

.alteo-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3ede6;
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 48px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  flex-wrap: wrap;
}


.alteo-hero-img img {
  width: 100%;
  }

.alteo-hero-img img:first-child{
	border-radius:10px 10px 0 0;
}

.alteo-hero-img img:last-child{
	border-radius:0 0 10px 10px;
}