.client-content {
    position: relative;
    background: #e8e8e8;
    padding: 16px 10px 17px 90px;
    min-height: 228px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 6px solid #253f50;
}

.client-image {
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #f8f8f8;
    position: absolute;
    top: 22%;
    margin-left: -66px;
    left: 0;
    background: #fff;
}

.client-content::after {
    border-right: 28px solid transparent;
    border-top: 28px solid #253f4f;
    bottom: -28px;
    content: "";
    left: 0;
    position: absolute;
    transform: rotateY(164deg);
}

.client-name {
    margin: 10px;
}

.client-name .orange-text {
    font-size: 24px;
    color: #f05a23;
    margin: 0;
    font-weight: 500;
    padding-top: 12px;
}

.client-name p {
    padding-left: 15px;
}

.client-name p.designation {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.testimonial-wrapper .col-md-12:nth-child(even) .client-content {
    padding: 20px 88px 32px 96px;
    background: #025073;
    -webkit-box-shadow: 2px 1px 11px 1px #5a5a5a2b;
    box-shadow: 2px 1px 11px 1px #5a5a5a2b;
    margin-right: 0;
    color: #fff;
}