.temoignagecard {
    width: 250px;
    margin: 50px;
    border: 3px solid white;
}
.temoignagerow{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding-left: 70px;*/
}


.temoignageblock{
    display:flex;
    justify-content: space-between;
}

.temoignagecard p {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    line-height: 1.1;
    font-size: 15px;
}

.temoignagecard div:not(.archive_inner) p:last-of-type {
    font-weight: bold;
    color: black;
    margin: 0;
}

.temoignagecard img {
    margin: auto;
    max-height: 150px;
    width: 100%;
}

.temoignagecard .inner {
    padding-bottom: 20px;
    text-align: center;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.temoignagecard .inner:after {
    margin-top: -55px;
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 80px;
	display:none;
}
