.t-div {
    padding: 10px 0 50px;
}
.t-div h2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin: 20px 0 30px;
    color: #333;
}
.t-container {
    display: table;
    padding: 20px;
    position: relative;
}
.t-person, .t-name-row {
    display: table-row;
}
.t-person img {
    display: table-cell;
    width: 150px;
    height: 150px;
    border-radius: 6px;
}
.t-name {
    font-size: 16px;
    font-weight: bold;
}
.t-name span {
    font-weight: normal;
    color: #42677e;
}
.t-quo {
    font-family: Arial;
    font-size: 28px;
    line-height: 0px;
    padding: 0 5px;
    color: rgba(66,103,126, 0.5)
}
.t-text a {
    text-decoration: none;
    font-size: 12px;
    color: #555;
}
.t-name {
    color: #42677e;
    padding-top: 10px;
    font-style: normal;
}
.left-sh {
    box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.2);
}
.right-sh {
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
}
.t-text {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
    background-color: #fff;
    font-size: 18px;
    color: #555;
    font-style: italic;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
}
.left-arrow {
    background: #fff;
}
.left-arrow:after, .left-arrow:before {
    right: 78%;
    top: 75px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 25px;
    margin-top: -25px;
}
.left-arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 26px;
    margin-top: -26px;
}
.right-arrow {
    background: #fff;
}
.right-arrow:after, .right-arrow:before {
    left: 78%;
    top: 75px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 25px;
    margin-top: -25px;
}
.right-arrow:before {
    border-color: rgba(153, 153, 153, 0);
    border-width: 26px;
    margin-top: -26px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}