div.property-featured {
  padding: 2em;
}
div.property-featured div.ribbon-wrapper {
  display: block;
  width: 112px;
  height: 115px;
  z-index: 5;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
div.property-featured .ribbon {
  font: 700 15px Sans-Serif;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  left: -36px;
  top: 25px;
  width: 150px;
}
div.property-featured a:focus, div.property-featured a:hover, div.property-featured a:active {
  text-decoration: none;
}
div.property-featured .col-6, div.property-featured .col-12 {
  padding: 0;
}
div.property-featured div.left-panel {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.property-featured div.left-panel .inner-panel {
  box-sizing: border-box;
  padding: 0 2em;
}
div.property-featured div.left-panel h3 {
  color: #056985;
  font-weight: 600;
  font-size: 2.5em;
}
div.property-featured div.left-panel h4 {
  color: #333;
  font-weight: 500;
  font-size: 1.5em;
}
div.property-featured div.left-panel img {
  height: 6em;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
div.property-featured div.right-panel img {
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 35vh;
  min-height: 100%;
}
div.property-featured div.right-panel .card-body {
  background-color: #056985;
  color: whitesmoke;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.3em;
}
div.property-featured div.right-panel .card-body a {
  color: whitesmoke;
  transition: all 200ms ease;
}
div.property-featured div.right-panel .card-body a:focus, div.property-featured div.right-panel .card-body a:active, div.property-featured div.right-panel .card-body a:hover {
  color: whitesmoke;
  text-decoration: none;
  font-weight: 600;
  transition: all 150ms ease;
}

@media (max-width: 600px) {
  div.property-featured div.left-panel .inner-panel {
    padding: 2em;
  }
  div.property-featured div.left-panel h3 {
    font-weight: 600;
    font-size: 1.4em;
  }
  div.property-featured div.left-panel h4 {
    font-weight: 500;
    font-size: 1em;
  }
  div.property-featured div.left-panel img {
    height: 4em;
  }
  div.property-featured div.right-panel {
    border-radius: 0;
  }
  div.property-featured div.right-panel .card {
    border-radius: 0;
  }
  div.property-featured div.right-panel img {
    border-radius: 0;
    max-height: 30vh;
  }
  div.property-featured div.right-panel .card-body {
    border-radius: 0;
    font-size: 1.7em;
    font-weight: 700;
    padding: 0.3em;
  }
}