
.container12 {
flex: 1;    /* same as flex-grow: 1; */
align-content: center;
}


.ft-main12 {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
.ft-main-item12 {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}

@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main12 {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main12 {
        justify-content: space-evenly;
    }
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
	
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
 /* text-align: center;*/
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
	
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 542px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 9px;
 border-style: ridge;
	/*border-color: #165627;*/
}
.carousel .card .img {
  background: #165627;
  height: 148px;
  width: 148px;
  border-radius: 50%;

}
.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
	
}
.carousel .card h2 {
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw, 1.90rem);;
  margin: 30px 0 5px;
}
.carousel .card span {
color: #000000;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(1rem, 2vw, 1.10rem);
margin-top: 5px;
margin: 10px;
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

.footer12 {

    color: #000000;
    line-height: 1.5;
background-color: #FBFBFA;

	
}

.h12-1{
	
color: #000000;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(3rem, 2vw, 4.0rem);
padding-bottom: 0.625rem;
align-content: center;
text-decoration-color: #000000;
}
 




.h12{
 color: #000000;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(1rem, 2vw, 1.10rem);
margin-top: 5px;
	
	
}








