body {
    font-family: 'Roboto', sans-serif;
}

.flip-content {
    width: 325px;
    height: 600px;
}

.agile-testi {
    margin: 0 auto;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    /*border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

.agile-testi-top {
    /*background: url(../images/1.jpg)no-repeat center;*/
    min-height: 100px;
    background-size: cover;
}

.agile-testi-bottom {
    padding: 2em;
}

.agile-testi-bottom img {
    box-shadow: 0px 0px 0px !important;
   margin: -5em auto 1.5em;
    border: 2px solid #fff;
    border-radius: 50%;
   /* width: 30%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;*/
}