

.h9-2{
color: #000000;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
/*font-size: clamp(3rem, 2vw, 5.0rem);*/
font-size: clamp(3rem, 2vw, 4.0rem);
padding-bottom: 0.625rem;
text-decoration-color: #000000;
	

}

.h9-1{
 color: #fff;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(0.80rem, 3vw, 0.90rem);
align-content: center;
}
.h9-3{
 color: #fff;
font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
font-size: clamp(1.4rem, 3vw, 1.8rem);
align-content: center;
}
.ft-main9 {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;

}

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

.footer9 {
 
   line-height: 1.5;
	background-color: #FBFBFA;
}

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


.card-f9 {
    position: relative;
    width: 300px;
    height: 350px;
    margin: 20px;
}

.card-f9 .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card-f9 .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.card-f9 .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-f9 .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}

.card-f9 .back {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(0, 88, 56);
	 background: rgb(0, 88, 56);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}

.card-f9 .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card-f9 .back .link a {
    color: #f3f3f3;
}

.card-f9 .back h3 {
   
    margin-top: 20px;
    letter-spacing: 2px;
}

.card-f9 .back p {
    letter-spacing: 1px;
} 

.card-f9:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card-f9:hover .back {
    transform: perspective(600px) rotateY(360deg);
}




















