.header_panorama {
  height: 266px;
}

.header_panorama_content {
  height: 266px;
  padding-left: 20px;
  padding-right: 20px;
}

.page_content {
  grid-template-columns: 1fr max-content;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 30px;
}

.content_details {
  margin: 20px 0 20px 15px;
}

/* Recommendation Section */
.rc_title {
  margin-bottom: 20px;
  margin-top: 0;
}

.rc_container {
  width: 80%;
  float: right;
} 

.rc_card:first-child {
  margin-top: 0;
}

.rc_card_img {
  width: 100%;
}
