body{

}

#top-bg-img{
  position:absolute;
  bottom: 150px;
}

#main-top-img{
  width: 1250px;
}

@media only screen and (max-width : 850px){
  #top-bg-img{
    position:absolute;
    left: calc(870px - 90%);
  }
}

#top-bg{
  color: white;
  background: linear-gradient(-135deg, #05FBFF90, #1D62F090);
  min-height: 50vh;
  height: 50vh;
}

@media only screen and (max-width : 830px) and (min-width : 601px){
  .service-title{
    border-radius: 120px;
    height: 240px;
    width: 240px;
  }

  .service-title-img{
    border-radius: 120px;
    height: 240px;
    width: 240px;
  }
}

@media only screen and (max-width : 600px){
  #top-title{
    font-size: 300%;
  }

  .service-title{
    display: none;
  }

  .service-title-img{
    display: none;
  }
}

.service-layout {
  display: flex;
}

.service-title{
  background: linear-gradient(-135deg, #05FBFF, #10C2F6);
}

#services1 .service-title-img{
  background-image: url('../img/airplane.jpg');
}

#services2 .service-title-img{
  background-image: url('../img/memo.jpg');
}

#services3 .service-title-img{
  background-image: url('../img/study.jpg');
}


.service-title{
  border-radius: 150px;
  height: 300px;
  width: 300px;
}

.service-title-img{
  opacity: 0.4;
  background-size: cover;
  border-radius: 150px;
  height: 300px;
  width: 300px;
}

.services-container {
  min-height: 300px;
  height: auto;
}
