* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.page_detail {
  width: 100%;
  top: 9%;
  background: #ecf0f5;
}

.header_panorama {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

.header_panorama_content {
  display: flex;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.589);
}

.header_panorama_title {
  color: #ffffff;
  font-size: 30px;
  margin: auto;
}

.panorama_img {
  width: 100%;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_content {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 0px;
  margin-right: 0px;
}

.content_details {
  margin: 20px 10px 0 10px;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

/* Recommendation Section */
.section_rc {
  width: 100%;
  margin: 20px 0 20px 0;
}

.rc_container {
  max-width: 500px;
  margin: auto;
}

.rc_card {
  margin-top: 50px;
  text-align: center;
  background: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.rc_card_link {
  text-decoration: none;
  color: #000000;
}

.rc_title {
  text-align: center;
  margin-top: 50px;
}

.rc_card_title {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 20px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.rc_card_img {
  width: 85%;
  height: 250px;
  margin-bottom: -5px;
}