.highlight-phone {
  color: #185a9d;
  background-color: #ffffff;
  padding: 75px 0 55px;
  overflow: hidden;
}

@media (max-width:767px) {
  .highlight-phone {
    text-align: center;
  }
}

.highlight-phone p {
  color: #434343;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.highlight-phone h2 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-phone .intro {
  font-size: 18px;
  max-width: 600px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

@media (max-width:767px) {
  .highlight-phone .intro {
    max-width: none;
    font-family: Montserrat, sans-serif;
  }
}

.highlight-phone .intro p {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.highlight-phone .intro .btn-primary {
  /*background-color: #212529;*/
  /*color: #fff;*/
}

.highlight-phone .iphone-mockup {
  position: relative;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  transform: rotate(-0deg);
}

.highlight-phone .iphone-mockup img.device {
  width: 100%;
  height: auto;
}

.highlight-phone .iphone-mockup .screen {
  position: absolute;
  width: 88%;
  height: 77%;
  top: 12%;
  border-radius: 2px;
  left: 6%;
  border: 1px solid #444;
  background-color: #efefef;
  overflow: hidden;
  background: url(screen-content-iphone-6.jpg);
  background-size: cover;
  background-position: center;
}

.highlight-phone .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(0deg);
  opacity: 0.2;
}

