@media (max-width: 991px) {
.rts-counter-area.investment .counter-area .counter-inner {
    max-width: 100%;
}	
.rts-counter-area.investment .counter-area .counter-inner:not(last-child) {
	margin-bottom: 20px;
}
.rts-counter-area.investment .counter-area {
  display: grid;
}
.copyright-h-2-wrapper {
	text-align: center;
}	
.cardli img {
  width: 100px;
}  	
.cardli h4 {
	text-align: center;
	font-size: 16px;
}	
.rts-banner-area.investment {
    background-size: cover;
    background-position: center top; 
}	
.macenter {
	text-align: center;
}
img.footer-logo {
	width: 60%;
}
.mfwidth {
	width: 100%;
}

br.mnone {
	display: none;
}
.service-main-wrapper-list .single-service-wrapper .thumbnail {
  max-width: 94px;
}
span.mblock {
	display: block;
}
}

@media (min-width: 992px) {	
.rts-counter-area.investment .counter-area .counter-inner {
    max-width: 300px;
}    	
.rts-counter-area.investment .counter-area {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.cardli h4 {
	font-size: 18px;
	text-align: center;
}
.cardli {
	padding: 30px;
	height: 100%;
}	

img.footer-logo {
	width: 268px;
}	
.service-main-wrapper-list .single-service-wrapper .thumbnail {
  max-width: 120px;
}  

}


/* Tablet */
@media (max-width: 991px) {
    .testimonials-wrapper-investment .testimonial-logo {
        width: 180px;
        height: 180px;
        border-radius: 18px;
    }
}

@media (max-width: 767px){
	.about-inner-content-two{
		padding-left: 0;
	}
	.cardli{
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	.cardli img{
		margin: 0;
		width: 70px;
	}

	.cardli h4{
		text-align: left;
		text-wrap: balance;
	}

  .testimonials-wrapper-investment {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

  .testimonials-wrapper-investment .testimonial-logo {
      width: 150px;
      height: 150px;
      margin-bottom: 24px;
      padding: 22px;
      border-radius: 16px;
  }

  .testimonials-wrapper-investment .logo-kpj img {
      max-width: 125px;
      max-height: 90px;
  }

  .testimonials-wrapper-investment .logo-imedtac img,
  .testimonials-wrapper-investment .logo-celcomdigi img,
  .testimonials-wrapper-investment .logo-mranti img,
  .testimonials-wrapper-investment .logo-ascom img {
      max-width: 125px;
      max-height: 70px;
  }

  .testimonials-wrapper-investment .logo-alain img,
  .testimonials-wrapper-investment .logo-blackpoint img {
      max-width: 105px;
      max-height: 105px;
  }
}

@media (max-width: 575px) {
	.rts-about-area-two.investment .left-thumbnail-about-area-two .small-image {
		max-width: 80px;
		left: -20px;
	}
}