
.container10-56 {
  position: relative;
  width: auto;
  max-width: 800px;
	 flex: 1;   

}


.ft-main6 {
  
    display: flex;
    flex-wrap: wrap;
}
.ft-main-item6 {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}
.ft-main-item6-1 {
  padding: 1.25rem;
	width: 50%;
	min-width: 23.5rem /*200px*/;
	text-align:justify;
}
@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main6  {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main6 {
        justify-content: space-evenly;
    }
}


.imgfvv{
  display: block;
  width: 90%;
  height: auto;
border-radius: 150px;


}

.h2-6{
    color: #003600;
	font-family: Arial;
 	 font-size: clamp(1rem, 3vw, 1.90rem);
	}
.h3-6{
   color: #000000;
font-family: Arial;
 /*font-size: clamp(2.0rem, 3vw, 4.0rem);*/
	font-size: clamp(3rem, 2vw, 4.0rem);
		}

.footer6 {
background-color: #FBFBFA;
    color: #bbb;
    line-height: 1.5;
}
.footer6 a {
    text-decoration: none;
    color: #eee;
}


section[id]{
	scroll-margin-top: 180px;
}
