.signpost-carouse-normal__image img{
  width: 100%;
  height: 616px;
  object-fit: cover;
}

.signpost-carouse-normal__content{
  padding-left:18px;
  padding-right:48px;
  
}
.signpost-carouse-normal__content-wrapper{
  margin-bottom:40px;
  
}
.signpost-carouse-normal__content-wrapper h3{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.1px;
  color:#323232;
  margin-bottom:12px;
}

.signpost-carouse-normal__content-wrapper p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom:12px;
  color:#323232;
}
.signpost-carouse-normal__content-wrapper .cta__link{
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color:var(--primary-2);
}


.signpost-carouse-normal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #000;
}


.signpost-carouse-normal .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  right: 50%;
  width: 587px;
  bottom: 15px ;
  top:auto;
  
  left: 50%;
  transform: translateX(-50%);
}

.signpost-carouse-normal__navigate ul{
  list-style:none;
  padding:0;
  margin-bottom:0;
  justify-content: space-around;
  margin-top: 40px;
}
.cta__wrapper .cta__link{
  /*position:relative;*/
}
.cta__wrapper .cta__link::before{
  content: "";
  position: absolute;
  background: url(/~/media/Images/r/rmr-group-ir/investors/icons/icon-arrow-right.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  right: -25px;
  background-repeat: no-repeat;
  top: 2px;
}

@media(max-width:991.98px){

}

@media(max-width:1024px){
.signpost-carouse-normal__content-wrapper h3{
  font-size: 24px;
	line-height:34px;
 	letter-spacing:0.1px;
    font-weight:600;
}
.signpost-carouse-normal__image{
  margin-bottom:40px;
}
.signpost-carouse-normal__navigate ul{
  justify-content:space-between;
}
.signpost-carouse-normal__content{
  padding-left:56px;
  padding-right:56px;
}
}

@media(max-width:767.98px){
.signpost-carouse-normal__content-wrapper h3{
  font-size: 18px;
	line-height:24px;
 	letter-spacing:0.1px;
    font-weight:600;
}
.signpost-carouse-normal__content-wrapper p{
	 font-size: 14px;
	line-height:20px;
 	letter-spacing:0px;
}
.signpost-carouse-normal__pagination {
  text-align:center;
  position:absolute;
}
.signpost-carouse-normal__navigate ul{
  /*justify-content:space-around;*/
  z-index:2;
  position:relative;
  padding: 0 40px;
}
.signpost-carouse-normal__pagination .swiper-pagination-bullet{
  width: 13.5%;
  border-radius: 10px;
  height: 4px;
}

.signpost-carouse-normal__pagination .swiper-pagination-bullet-active {
  background: #323232;
}
.signpost-carouse-normal__content{
  padding-left:36px;
  padding-right:36px;
}
.signpost-carouse-normal__image img{
height:400px;
}
}
.navigation-progress-desktop__main-container p{
font-size:2.2rem;
line-height:3.0rem;
text-transform: capitalize;
font-style: normal
}

.trend-vertical-accordion__content-wrap .trend-vertical-accordion__sub-title{font-size:3.2rem;
font-style: normal;
font-weight: 400;
line-height: 4.0rem;
margin-top:12px;
}

@media(min-width:767px) and (max-width:991px){
.swiper-pagination-progressbar.swiper-pagination-horizontal{
width:614px;
}
}