/* CEO signature card shared by the home and company introduction pages. */
.about-three__content .client-info .content-box {
    width: 285px;
    max-width: 285px;
    min-height: 71px;
}

.about-three__content .client-info .content-box .img-box {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    border: 3px solid #0b67b2;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 182, 0, 0.55);
    background: #fff;
    overflow: hidden;
}

.about-three__content .client-info .content-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.about-three__content .client-info .content-box .text-box {
    min-width: 0;
    margin-left: 17px;
}

.about-three__content .client-info .content-box .tg-ceo-name {
    color: #145a95;
    white-space: nowrap;
    margin: 0;
}

.about-three__content .client-info .content-box .text-box p {
    float: none;
    margin: 4px 0 0;
}
