.myCustomSwiper {
  width: 100%;
  height: 350px;border-radius: 15px 15px 15px 15px; 
}
.slide-inner {
  display: flex;
  width: 100%;
  height: 100%;
 
}
.slide-left {
  width: 30.33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
   /* min-height: 500px;*/ 
    background: linear-gradient(to right, #c17b6e 0%, #d6a79f 100%);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.slide-right {
  width: 69.67%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
 background-color: #f3e0de !important;
}


.slide-left h3 {
    /*margin-top: -65%;*/
    text-align: right;
}
.slide-left h5 {
    text-align: right;
	color:#fff;line-height: 30px;height: 65px;
}


.prev-title{
transform: rotate(270deg);
   display: block !important;
   color: #fff;
   margin-bottom: 60%;
}

.prev-title-normal{color: #fff;}

.fontmilestone_home {
    font-size: 45px;
    line-height: 74px;
	position: relative;
    left: 35%;
	top:3rem;
}

img.map_img {
    width: 50%;
}
.slide-right {
  width: 70%;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-right-inner {
  display: flex;
  width: 100%;
  /*gap: 20px; */
}

.slide-image {
  flex: 1; /* takes 50% */
}

.slide-image img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-content {
  flex: 1; /* takes 50% */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-content h3 {
    text-align: right;color: #b1533f;
}
.slide-content h5 {
    text-align: right;color: #b1533f;line-height: 30px;height: 65px;
}
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    padding: 10px;
    background: #cc715f;
}

.swiper-button-prev:after{
position: absolute;
    content: " ";
    transform: rotateY(180deg);
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    background: url(../../plugins/custom-swiper-slider/arrow/export-import-arrow.webp);
    background-size: cover;
    background-position: center;
background-repeat: no-repeat;}


.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    padding: 10px;
    background: #cc715f;
}
.swiper-button-next:after{
position: absolute;
    content: " ";
    transform: rotateY(0deg);
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    background: url(../../plugins/custom-swiper-slider/arrow/export-import-arrow.webp);
    background-size: cover;
    background-position: center;
background-repeat: no-repeat;}


.slide-content {
    margin-right: 15%;
}

.slide-left h3{color:#fff;}



@media (max-width: 767px) {
	.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-next:after{
height: 40px;
width: 40px;}
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-prev:after{
height: 40px;
width: 40px;}

.slide-left{width:50% !important;} 
.slide-right {width: 50%;}
.slide-right-inner {
    display: grid;
}

.slide-image img {
  width: 75%;
  height: auto;
  display: block;
  margin:auto;position: relative;
        top: -25px;
}
.fontmilestone_home {
    font-size: 36px;
    line-height: 74px;
    position: relative;
    left: 10%;
    top: 4rem;
}
.slide-content h3 {
    text-align: left;}
.slide-content	{
	position: relative;
    top: -25px;}
	.slide-content h5 {
    text-align: left;}
	
}