.module-28 {
	/*background-image: url(https://wrmd.com/assets/homepageAssets/dr_bg.png);
  background-size: cover;
  background-position: center;*/
  background: #fff; }
.module-28 .ry-flex {
    background-image: url(https://wrmd.com/assets/homepageAssets/dr_bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 54px;
    padding: 160px;
	z-index: 3;
}
  @media (max-width: 1199px) {
    .module-28 {
      padding: 60px 0; } }
  @media (max-width: 768px) {
     }
  .module-28 .ry-content {
    height: auto;
    position: relative; }
    @media (max-width: 1300px) {
      .module-28 .ry-content {
        height: 760px; } }
    @media (max-width: 1199px) {
      .module-28 .ry-content {
        height: initial; } }
  .module-28 .ry-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199px) {
      .module-28 .ry-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .module-28 .ry-section-title-wrapper {
    text-align: center; }
  .module-28 .ry-section-title {
    font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    font-weight: 600;
    line-height: 49px; }
    @media (max-width: 991px) {
      .module-28 .ry-section-title {
        line-height: 38px; } }
  .module-28 .ry-section-sub-title {
    font-size: calc(30px + 20 * ((100vw - 320px) / 1600));
    font-family: "Playfair Display", serif;
    display: block;
    font-weight: 400;
    font-style: italic; }
  .module-28 .ry-generic-copy {
    margin-top: 0;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .module-28 .ry-generic-copy {
        margin: 25px 0; } }
  .module-28 .ry-left {
    position: static;
      width: 60%; }
   /* @media (max-width: 1300px) {
      .module-28 .ry-left {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }*/
    @media (max-width: 1199px) {
      .module-28 .ry-left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .module-28 .ry-left img {
      position: absolute;
      bottom: 0;
      max-width: 622px;
      left: 10%; }
      @media (max-width: 1440px) {
        .module-28 .ry-left img {
          left: 0;
          max-width: 45%; } }
      @media (max-width: 1199px) {
        .module-28 .ry-left img {
          position: static;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; } }
  .module-28 .ry-right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media (max-width: 1300px) {
      .module-28 .ry-right {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; } }
    @media (max-width: 1199px) {
      .module-28 .ry-right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 40px; } }
  .module-28 .ry-btn-wrapper {
    text-align: center; }

/** CUSTOM CSS **/
.module-28 .ry-section-title-wrapper h2, .module-28 .ry-section-sub-title-wrapper h3 {
    text-align: left;
}
.module-28 .ry-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.module-28 .ry-right img {
    max-width: 636px;
    float: right;
}
.module-28 .ry-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 104%;
    transform: translate(-50%, -50%);
    border: 2px solid #c99701;
    border-radius: 67px;
    padding: 30px;
    z-index: 1;
}
.module-28 {
    padding: 40px;
}
.module-28:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
	z-index: 2;
}
