.testimonial-h3plea-section{
    margin-top: 80px;
    margin-bottom: 150px;
}
 

 .testimonial-h3please {
  font-family: "Lora";
    font-style: italic;
    font-size: 35px;
    color: #665647;
    font-weight: 500;
}



.container.img-section-please {
  margin-top: 30px;
}


/* Float three columns side by side */
.column1 {
  float: left;
  width: 33.3%;
  padding: 10px 10px;
}

/* Remove extra left and right margins, due to padding */
.row1 {margin: 0 -5px;}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 1000px) {
  .column1 {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}


/* Style the counter cards */
.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  text-align: center;
  background-color: #f1f1f1;
  transition: 0.3s;
  border-radius: 10px;
}

.card1:hover {
  box-shadow: 0 4px 30px 0 rgba(0,0,0,0.4);
}

img {
  border-radius: 10px 10px 10px 10px;
}

.hero-testimonial p.user-name {
    text-align: center;
    padding: 25px 10px 0px 40px;
    font-family: 'Lora';
    font-size: 30px;
    font-weight: 500;
    color: #665647;
}


@media screen and (max-width: 768px) {
  

h3.testimonial-h3please{
  font-size: 25px !important;
  line-height: 40px !important;
}


.hero-testimonial p {
    padding: 0 16px;
    font-family: 'Lora';
    color: #665647;
    font-size: 16px;
    margin-bottom: 10px;
}

.hero-testimonial p.user-name {
    text-align: center ;
    padding: 25px 10px 0px 40px ;
    font-family: 'Lora' ;
    font-size: 24px ; 
    font-weight: bold ;
    color: #665647 ;
    margin-bottom: 10px ;
}

.hero-testimonial{
  padding: 20px 20px !important;
}
}

.carousel-indicators{
  margin-left: 20% !important;
}

.carousel-indicators button{
  min-width: 12px;
  min-height: 12px;
  margin: 0 8px;
  padding: 20px 12px;
  position: relative;
  background-color: #ccc;
  border: 1px solid #ccc;
  opacity: 0.5;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.carousel-indicators button.active {
    background-color: #fff; 
    border: 1px solid #fff; 
    opacity: 1; 
}

.carousel-indicators button:not(.active):hover {
    opacity: 0.7; 
    cursor: pointer; 
}
