*{
  box-sizing: border-box;
}

.slider-full{
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  position: relative;
}

.slide{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c7c7;
  width: 100%;
  scroll-snap-align: start;
}

.slider-full::-webkit-scrollbar{
  display: none;
}

.first-section {
  padding: 1.5rem;
}

.first-section p{
  font-size: 14px;
}

p{
  font-size: 14px;
}

h2{
  color: #c7c7c7;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .first-section {
    padding: 0px;
  }
  .first-section h2{
    font-family:Consolas,sans-serif;
    font-size: 32px !important;
    /* color: #EBD82C;
    -webkit-text-fill-color: #c7c7c7 !important;
    -webkit-text-stroke: transparent !important; */
  }
}