﻿.testimonial-wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonial-wrapper .intro-header {
    text-align: center
}

.testimonial-card-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden
}

.testimonial-card {
    background-color: #014991;
    border-radius: 20px 0 20px 0;
    max-width: 380px;
    padding: 80px 56px;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial-card p {
    font-family: Poppins-Regular;
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 0.93px;
    line-height: 39px;
    position: relative
}

.testimonial-card p:before {
    content: '';
    position: absolute;
    background: url(../Images/q-1.png) no-repeat;
    width: 21px;
    height: 17px;
    left: -25px
}

.testimonial-card p:after {
    content: '';
    position: absolute;
    background: url(../Images/q-2.png) no-repeat;
    width: 21px;
    height: 17px;
    /* right: -25px */
    bottom: 0;
}

.testimonial-by {
    display: flex;
    align-items: center
}

.testimonial-by-name {
    font-family: Poppins-Bold;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0
}

.testimonial-by-date {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 0
}

.testimonial-by .user {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px
}

@media(max-width:480px) {
    .testimonial-wrapper .intro-header {
        text-align: left
    }
    .testimonial-card {
        padding: 30px 50px
    }
    .testimonial-card p {
        font-size: 16px;
        line-height: 25px
    }
}