.tc-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-gray-black);
}
.tc-container1 {
  width: 100%;
  height: 5200px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.tc-image {
  width: 1071px;
  height: 1401px;
  align-self: center;
  object-fit: cover;
}
.tc-image1 {
  width: 1072px;
  height: 1352px;
  align-self: center;
  object-fit: cover;
}
.tc-image2 {
  width: 1071px;
  height: 1430px;
  align-self: center;
  object-fit: cover;
}
@media(max-width: 991px) {
  .tc-image {
    width: 913px;
    height: 1332px;
  }
  .tc-image1 {
    width: 914px;
    height: 1438px;
    align-self: center;
  }
  .tc-image2 {
    width: 917px;
    height: 1411px;
  }
}
@media(max-width: 767px) {
  .tc-image {
    width: 744px;
    height: 1023px;
    padding-top: 0px;
  }
  .tc-image1 {
    width: 746px;
    height: 1092px;
  }
  .tc-image2 {
    width: 747px;
    height: 1067px;
  }
}
@media(max-width: 479px) {
  .tc-image {
    width: 456px;
    height: 688px;
  }
  .tc-image1 {
    width: 458px;
    height: 671px;
  }
  .tc-image2 {
    width: 459px;
    height: 670px;
  }
}
