.p4about {
  margin-top: 50px;
}

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

.p4details {
  margin-top: 60px;
}

.p4detail {
  margin-top: 30px;
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p4detail-txt1 {
  color: #000;
  font-size: 25px;
  width: 200px;
}

.p4detail-txt2 {
  font-size: 25px;
}

.p4detail-line {
  height: 1px;
  width: 100%;
  background-color: #333333;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p4about-boxes {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p4about1 {
  max-width: 300px;
  width: 30%;
  object-fit: cover;
}

.p4about-maps {
  max-width: 600px;
  width: 50%;
  margin-left: 20px;
}

.p4about-maps h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.p4about-map {
  width: 100%;
  height: 400px;
}

.p4about-button {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}

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

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

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

  .p4detail-txt1 {
    width: 100px;
    font-size: 16px;
  }

  .p4detail-txt2 {
    font-size: 16px;
  }

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

  .p4about1 {
    max-width: 700px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .p4about-maps {
    max-width: 800px;
    width: 100%;
    margin-left: 0;
  }

  .p4about-maps h3 {
    margin-top: 30px;
  }

  .p4about-map {
    width: 100%;
    height: 300px;
  }

  .p4about-button a {
    font-size: 16px;
  }
}
