#landing{
	margin-top: -80px;
	position: relative;
}

#big-round{
  position: sticky;
  width: 30vw;
  height: 30vw;
  top: 10px;
  left: 100%;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  transition: background-color .5s ease-in-out;
}

@media screen and (max-width: 1024px){
  #landing .medium-title p{
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-bottom: 40px;
  }

  #landing{
    height: 100vh;
    margin-top: 0;
  }

  #services .flex > div{
    margin-bottom:  40px;
  }
  #services .flex > div:last-child{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px){
  #landing .medium-title p{
    position: absolute;
    left: 0;
    bottom: 17vh;
  }
}

