.overview {
  color: #7b7b7b;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.overview__banner {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}

.overview__slogan {
  color: #59595C;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.overview__slogan img {
  width: 201px;
}

.overview__banner > img {
  width: 100%;
}

.overview__info {
  width: 100%;
  display: flex;
}