.p3services {
  margin: 100px 0;
  line-height: 1.8;
}

.p3services h2 {
  font-size: 36px;
  text-align: center;
}

.p3services h3 {
  margin-top: 80px;
  font-size: 30px;
}

.p3service-boxes {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.p3service-img1 {
  width: 100%;
  max-width: 300px;
}

.p3service-txt {
  font-size: 18px;
  margin-left: 30px;
}

.p3service-txt span {
  font-weight: bold;
  background-color: #e8e8e8;
}

.p3service-txt a {
  color: #1a73e8;
  text-decoration: underline solid 1px;
  text-underline-offset: 3px;
}

.p3service-txt a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p3services h2 {
    font-size: 30px;
  }

  .p3services h3 {
    font-size: 25px;
    text-align: center;
  }

  .p3service-boxes {
    margin-top: 50px;
    flex-direction: column;
  }

  .p3service-img1 {
    max-width: 200px;
    width: 100%;
  }

  .p3service-txt {
    margin-left: 0;
    margin-top: 50px;
    font-size: 16px;
  }
}
