#testimonials {
    padding:180px 0 80px 0;
    text-align: center;
}

@media (max-width: 768px) {
    #testimonials {
        padding:80px 0 80px 0;
    }
}

#customer .offset-lg-2 {
    padding-bottom:40px;
}

#customer .col-lg-3 {
    display: inline-block;
    height: 100px;
    padding: 0 30px;
    transition: all .5s;
    vertical-align: middle;
}

#customer .col-lg-3 img {
    height: auto;
    margin: 0 2%;
    max-width: 100%;
    max-height: 100%;
    padding:30px 0;
}

#customer {
    padding:0px 0 80px 0;
    text-align: center;
}

#testimonials .testimonial-image {
    position: relative;
    cursor: default;
    transition: all .4s ease-in-out;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    background-color: #f1f5f9;
    width: 100px;
    height: 100px;
    margin: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

#testimonials .testimonials-name {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size:15px;
    margin:0px;
    color: #292e31;
}

#testimonials .testimonial-company {
    margin:0 0 10px 0;
    color: #000;
}