content-main-image img {
  aspect-ratio: 16 / 9;
}

.text {
  font-size: 16px;
  line-height: 1.6;
}
.parent {
  position: relative;
}

.parent span {
  flex-basis: 60%;
}

.link {
  font-size: 1rem;
}

.flex-box .text {
  height: 5em;
}

#main-content {
  padding: 10% 0 17%;
}

#main-content {
  padding: 10% 0 17%;
}

#hero-title {
  padding: 8px 16px;
  position: absolute;
  bottom: -1em;
  text-align: left;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

#closing {
  margin: 8% 5% 10%;
}

#read {
  padding: 20% 30px;
}

.swiper1 {
  margin-bottom: 100px;
}

#main-content h2::before {
  font-size: 1.2rem;
}

#tshirt-folding .swiper {
  width: 100%;
  height: 300px;
}

#tshirt-folding .swiper-slide {
  padding: 3rem 3%;
  border-radius: 500px;
  background-color: #fff;
  border: 1px solid #333;
  text-align: center;
}

.tshirt-img {
  width: auto;
  height: 60%;
}

.swiper-container {
  position: relative;
}

.swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 15px;
  border-radius: 100px;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-content: center;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-prev {
  top: 350px;
  right: -3px;
}

.swiper-button-next,
.swiper-button-next {
  top: 350px;
  right: 10%;
}

:is(.swiper-button-next, .swiper-button-prev)::after {
  font-size: 2rem;
}

.swiper-pagination{
  top: 300px!important;
}