.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1280px;
  height: 272px;
  border-radius: 12px;
  box-sizing: border-box;
}

.carousel-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 272px;
  gap: 8px;
  flex-grow: 1;
  box-sizing: border-box;
}

.responsive-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1280px;
  height: 272px;
  box-sizing: border-box;
}

.image-container {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 272px;
  flex-grow: 1;
  box-sizing: border-box;
}

.image-wrapper {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 272px;
  gap: 10px;
  box-sizing: border-box;
}

.image {
  width: 1280px;
  height: 272px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-sizing: border-box;
}
