.main-component{
  text-align: center;
  min-height: calc(100vh - 157.5px);
  padding: 120px 0px 30px 0px;
}

.title{
  text-align: center;
  font-size: 32.5px;
}

#pictureStad, #pictureBygg{
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60vh;
  width: auto;
  transition: all 1s ease;
}

#slider-circles {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 10px;
  top: 60vh;
}
.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  background-color: #ccc;
}
.active {
  background-color: #333;
}