main {
  padding-top: 15px;
}

@media (max-width: 800px) {
  main {
    padding-top: 0px !important;
  }
}
.second-part-header {
  display: flex;
}

.view-more-container-history {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: fit-content;
  height: auto;
  position: relative;
  transition: 0.3s ease;
}
.view-more-container-history .gradient-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 97.58%);
}

@media (max-width: 850px) {
  .view-more-container-history {
    width: 97%;
  }
}
.open-history-home {
  height: fit-content !important;
}
.open-history-home .gradient-container {
  opacity: 0;
  transition: 0.3s ease;
}

.view-more-button {
  margin-top: 5px;
  margin-bottom: 15px;
}

.cross-grid {
  display: none;
}

@media (max-width: 850px) {
  .cross-grid {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .cross-grid1 {
    margin-top: 30px !important;
  }
}
.cross-grid2 {
  margin-top: 80px;
}

@media (max-width: 850px) {
  .cross-grid2 {
    margin-top: 70px;
  }
}
.cross-grid3 {
  margin-top: 25px;
}
