.testimonial-profile {
    display: flex;
    align-items: center;
}

.img-testimonials {
    display: block;
    border-radius: 50%;
    width: 40px;
}
.testimonial {
    margin: 20px 20px 3px;
}
.testimonial-text-section{
    background-color: white;
    padding: 35px 20px 35px;
    height: 350px;
    box-shadow: 0 0 1rem #ddd;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial .testimonial-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #58595b;
    margin-left: 20px;
}
.testimonial-position {
    font-family: 14px;
    color: #58595b;
}
.testimonial .testimonial-description {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 20px;
    padding-right: 20px;
    color: #58595b;
}

.twitter-icon{
    margin-left: 10px;
    font-size: 20px;
    color: #1DA1F2;
}

.owl-pagination {
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}
@media only screen and (max-width: 480px) {
    .testimonial {
        text-align: center;
        margin: 0 10px;
    }
    .testimonial .testimonial-profile {
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .testimonial .testimonial-description {
        padding-left: 0;
    }
}
