.macbook-intro-container{
	margin-bottom: 65px;
  /*text-align:justify; */
}

.service-info-box img{
  float: right;
  max-width: 385px;
  height: auto;
  border-radius: 16px;
  margin: 0px 0px 30px 76px;
}

.service-image-small{
  display: none;
}

.circle-container{
  text-align:center;
  margin-bottom: 40px;
}

.circle-container img{
    max-width: 90px;
    height: auto;
    display:inline-block;
    margin-bottom: 10px;
}

.circle-container h3{
  margin-bottom: 16px;
}


.see-more-button {
  background-color: var(--dark);
  border-radius: 17px;
  color: var(--white);
  font-family: mont-medium;
  padding: 4px 26px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  transition: all 0.3s ease;
}

.see-more-button:hover {
	color: var(--orange);
}

.headline-repair{
	text-align: center;
	margin: 40px 0px 60px 0px;
}

.headline-repair-small{
  display: none;
}


.h1-apple-logo {
  display: inline-flex;
  padding-right: 70px;
  padding-bottom: 0px;
  align-items: center;
  min-height: 60px;
  background-image: url("../img/services/apple-icon-1.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.h1-windows-logo {
  display: inline-flex;
  padding-right: 70px;
  padding-bottom: 0px;
  align-items: center;
  min-height: 47px;
  background-image: url("../img/services/windows-icon.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.h1-android-logo {
  display: inline-flex;
  padding-right: 70px;
  padding-bottom: 0px;
  align-items: center;
  min-height: 47px;
  background-image: url("../img/services/android-icon.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media only screen and (max-width: 69em) {

  .service-info-box img{
    max-width: 310px;
    margin: 0px 0px 20px 60px;
  }
}

@media only screen and (max-width: 54em) {
    /*
  .macbook-intro-container{
    display: none;
  }
*/
  .service-info-box img{
    display: none;
  }

.macbook-intro-container{
  margin-bottom: 40px;
  /*text-align:justify; */
}

.service-image-small{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  width: 70%;
  height: auto;
  margin-bottom: 80px;

  }
}

@media only screen and (max-width: 50em) {
  .h1-android-logo{
    background-image: none;
    padding-right: 0px;
  }
  .h1-apple-logo{
    background-image: none;
    padding-right: 0px;
  }
  .h1-windows-logo{
    background-image: none;
    padding-right: 0px;
  }
  .headline-repair-small{
    display: inline;
  }
  .h1-with-logo-small {
    text-align: center;
    margin: 40px 0px 30px 0px;
  } 
}


@media only screen and (max-width: 40em) {
  .service-image-small{
    width: 100%;
  }

  .circle-container h3{
    font-size: 19px;
  }

  .see-more-button {
    border-radius: 15px;
  }


}





