.muimagesgallery-wrap .caption {
  position: absolute;
  left: 0;
  bottom: 10%;
  background: rgba(255,255,255,.9);
  width: 55%;
  min-width: 300px;
  padding: 1.5rem .5rem 1rem 1rem;
  border-radius: 0 10px 10px 0;
}

.muimagesgallery-wrap .caption .h2 {
  font-size: 1.5rem !important;
  color: #444d40 !important;
}

.muimagesgallery-wrap .caption button {
  font-weight: bold;
  background: #3D9266;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
  padding: .5rem 2rem;
}

.muimagesgallery-wrap .caption button:hover {
  background: #2e7753;
}

.muimagesgallery-wrap .caption button:before{
  /*content: "✅ ";*/
}

#main-slide-title {
  font-size: 3rem !important; 
  line-height: 3rem;
  color: #444d40 !important;
}
@media (max-width: 767px){ 
  #main-slide-title {
     font-size: 1.5rem !important; 
     color: #444d40;
     line-height: 1.5rem;
     

   }
}

@media (max-width: 767px){

  .muimagesgallery-wrap .muimagesgallery-top-slide{
    margin-top: 10px;
  }
  .muimagesgallery-wrap .caption {
    padding: 1rem .5rem 1rem 0.5rem;
    min-width: 250px;
  }
  .muimagesgallery-wrap .caption .h2 {
    font-size: 1.5rem !important;
    padding-top: 0rem;
  }
  
  .pt-0 p {
    color: #7a7a7a !important;
    font-size: 1rem;
  }
  .muimagesgallery-wrap .caption {
    position: absolute;
    left: 0;
    top: 5%;
    background: rgba(255,255,255,.9);
    width: 55%;
    min-width: 300px;
    padding: 1rem .5rem 1rem 1rem;
    border-radius: 0 10px 10px 0;
  }
}

.muimagesgallery-top-slide p {
  font-size: 1.25rem !important;
}