.p3intro {
  margin: 50px 0;
}

.p3intro h2 {
  text-align: center;
  color: #cc6600;
  font-size: 40px;
  font-weight: normal;
}

.p3intro-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p3intro-box {
  max-width: 280px;
  width: 100%;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 3px 3px #333333;
}

.p3intro-img {
  max-width: 280px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.p3intro-box p {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.p3intro2 {
  line-height: 2;
}

.p3intro2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.p3intro2 p {
  max-width: 800px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.p3intro2-button {
  text-align: center;
  margin-bottom: 70px;
}

.p3intro2 a {
  background-color: #cc6600;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #cc6600;
  transition: background-color 1s;
}

.p3intro2 a:hover {
  background-color: #ffffff;
  color: #cc6600;
}

@media (max-width: 768px) {
  .p3intro h2 {
    font-size: 30px;
  }

  .p3intro-boxes {
    flex-direction: column;
  }

  .p3intro-box {
    margin-left: auto;
    margin-right: auto;
  }

  .p3intro2 h2 {
    font-size: 25px;
  }

  .p3intro2 p {
    font-size: 14px;
  }

  .p3intro2 a {
    font-size: 16px;
  }
}
