.hero-section {
  background-image: url("/images/default-source/default-album/home/pamed-hero-cavale.png");
  height: 566px;
}

.content {
  padding: 0 !important;
}

.frame {
  left: calc(100% - 1115px) !important;
}

.hero-section {
  background-size: cover;
}

.content > div {
  max-width: none !important;
}

.main.content {
  padding-top: 0 !important;
}

.hero-section .col-lg-6:first-child {
  padding-top: 150px;
  padding-left: 130px;
  padding-right: 40px;
}

.hero-section h1 {
  font-size: 50px;
  color: white;
  line-height: 54px;
}

.hero-section .hero-button {
  padding: 12px 20px 12px 20px !important;
  border-radius: 3px;
  margin-top: 6px;
  margin-left: 0;
  background-color: #ffa805;
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

.hero-section .col-lg-6:last-child {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-section .col-lg-6:last-child {
    display: block;
  }
}

.homepage-section {
  margin-bottom: 24px;
}