.testimonials-card-div{
    display: flex;
    flex-direction: column;
    border: 10px solid rgb(77, 127, 173);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: rgb(77, 127, 173);
    box-shadow: -13px 13px 6px 2px gray;
    align-items: center;
    justify-content: center;
    margin: 75px auto 50px auto;
    width: 80%;
}
.testimonials-card-div>img{
        width:100px;
    }
.test-para{
    padding: 0 30px 0 30px;
    font-family: "montserrat-thin";
    font-weight: bolder;
    font-size:25px;
    line-height: 35px;
    text-align: justify;
    color:white ;
}
.test-source{
    font-family: "shadows";
    font-weight: bolder;
    font-size: 35px;
    padding: 0 30px 0 30px;
    color:brown;
    text-align:center;
}
.test-top-img{
    align-self: flex-start;
}
.test-foot-img{
    align-self: flex-end;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media (max-width: 750px) {
    .test-para{
        text-align: center;
    }
}