.home-page .img-header img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 18px;
}

.home-page .title-info {
  margin-bottom: 33px;
}

.home-page .title-info h2 {
  color: #000;
  font-size: 4em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0px;
}

.home-page .content {
  display: flex;
  justify-content: space-around;
  gap: 27px;
}

.home-page .content .content-info p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.home-page .line {
  border-top: 2px solid #000;
}

.artwork .content-artwork-top .content-left h5,
.artwork .content-artwork-top .content-right h5,
.artwork .content-artwork-bottom .content-left h5,
.artwork .content-artwork-bottom .content-right h5 {
  color: #000;

  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
}

.artwork .content-artwork-top .content-left .des,
.artwork .content-artwork-top .content-right .des,
.artwork .content-artwork-bottom .content-left .des,
.artwork .content-artwork-bottom .content-right .des {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.content-artwork-top .content-left .des .des-left p,
.content-artwork-top .content-right .des .des-left p,
.content-artwork-bottom .content-left .des .des-left p,
.content-artwork-bottom .content-right .des .des-left p {
  color: #000;

  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.content-artwork-top .content-left .des .des-right p,
.content-artwork-top .content-right .des .des-right p,
.content-artwork-bottom .content-left .des .des-right p,
.content-artwork-bottom .content-right .des .des-right p {
  color: #000;

  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 700;
}

.artwork .content-artwork-top,
.artwork .content-artwork-bottom {
  display: flex;
  justify-content: center;
  gap: 27px;
}

.artwork .content-artwork-top img,
.artwork .content-artwork-bottom img {
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.31);
}

.artwork .content-artwork-top .content-left img {
  width: 500px;
}

.artwork .content-artwork-top .content-right img {
  width: 410px;
  height: 535px;
}

.artwork .content-artwork-bottom .content-left img {
  width: 500px;
  height: 700px;
}

.artwork .content-artwork-bottom .content-right img {
  width: 410px;
  height: 413px;
}

.home-page .seen-total {
  color: #3a221c;
  text-align: center;
  font-weight: 500;
}

.content-painter .painter-image {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
}

.content-painter .painter-title h6 {
  color: #000;
  text-align: center;

  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}

.content-painter {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.painter .image img {
  width: 170.488px;
  height: 265.118px;
  border-radius: 155.276px;
  filter: grayscale(100%);
}

.painter .image-top img {
  margin-top: 32px;
}

.content .img-info img {
  width: 730px;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .home-page .title-info h2 {
    font-size: 3em;
  }

  .content .img-info img {
    width: 450px;
  }

  .home-page .img-header::before {
    height: 70%;
  }

  .img-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 992px) and (min-width: 435px) {
  .home-page .title-info h2 {
    font-size: 60px;
  }

  .home-page .content {
    flex-direction: column;
  }

  .artwork .content-artwork-top,
  .artwork .content-artwork-bottom {
    flex-direction: column;
  }

  .home-page .img-header::before {
    height: 60%;
  }

  .content .img-info img {
    width: inherit;
  }

  .content-painter {
    justify-content: space-evenly;
  }

  .artwork .content-artwork-top .content-left img,
  .artwork .content-artwork-top .content-right img,
  .artwork .content-artwork-bottom .content-left img,
  .artwork .content-artwork-bottom .content-right img {
    width: 550px
  }
}

.content-painter img {
  height: 150px;
}
