@media (max-width: 991px) {
  .text-image__image {
    height: 48.4rem !important;
    width:656px;
  }
}

@media (max-width: 767px) {
  .text-image__image {
    height: 242px !important;
    width: 360px;
  }
}

.text-image__content .config-text{
	width: 100%;
}

@media (min-width:992px) {
  .text-image__content .config-text {
    position: relative;
    z-index: 99;
  }
  .text-image-top-border .flex-md-row-reverse .config-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    z-index: -1;
    margin-right: -13.4rem;
    margin-left:0;
    top:-40px;
  }
 
  .text-image-top-border .config-text::before {
   content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    z-index: -1;
    margin-left: -13.4rem;
    margin-right:0;
    top:-40px;
  }
}
.config-text__cta-wrapper .cta-text__cta-primary .cta--primary:hover{text-decoration:underline;}
.config-text__cta-wrapper .cta-text__cta-primary,.config-text__cta-wrapper .cta-text__cta-secondary{display: flex;align-items: center;}
.text-image .config-text__cta-wrapper .cta-text__cta-primary .cta--primary {background-color:transparent;position: relative;top: 8px;padding: 0 var(--xs-1);padding-left: 0;}
.config-text__cta-wrapper .cta-text__cta-secondary .icon-arrow-right {left: 7px;
    position: relative;z-index:9;transform: translateX(-43px);}
.config-text__cta-wrapper .cta-text__cta-secondary:hover .icon-arrow-right{color:var(--base-4);}
.config-text__cta-wrapper .cta-text__cta-secondary .cta--secondary {border-radius: 6px;position: relative;
    top: 8px;width: 128px;height: 48px;
   }
   
#webformmvcclear:hover + .icon-arrow-right::before {

  background: url('/~/media/Images/r/rmr-group-ir/investors/icons/icon-arrow-right-white') no-repeat center center;
  background-size: contain;
}
   
.config-text__cta-wrapper .cta-text__cta-secondary .icon-arrow-right:before , .config-text__cta-wrapper .cta-text__cta-primary .icon-arrow-right:before{position:absolute;}

.cta-text__cta-primary.contact {
  margin-right: 24px;
}

@media (max-width:767px) {
.config-text__cta-wrapper .cta-text__cta-secondary .icon-arrow-right {
  transform: translateX(0);
  left: calc(50% + 26px);
  position: absolute;
}

.config-text__cta-wrapper .cta-text__cta-primary  .icon-arrow-right {
  /* transform: translateX(-158px); */
  left: calc(50% + 30px);
  position: absolute;
}
}

@media (max-width:575.98px) {
.config-text__cta-wrapper .cta-text__cta-secondary .cta--secondary{width:100%}
.cta-text__cta-primary.contact {
  margin-right: 0px;
}
}

@media (max-width:1200px){
.text-image-top-border .config-text::before,.text-image-top-border .flex-md-row-reverse .config-text::before{

content:unset;
}
} 

@media (min-width:1200px){
  .text-image .text-image__image{
  z-index:999;
  position : relative;
  }
  } 
.text-image .text-image__image{max-height:632px;height:100%!important;border-radius:8px;}
  


