.told-by {
    padding: 25px 20px;
    background: #f5f5f5;

    @media (min-width:992px) {
        padding: 33px 35px;
    }
}

.told-by__logo {
    display: block;
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.told-by__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #adaeb2;
}

.told-by__about {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
    color: var(--brand-grey-light);

    p {
        margin-bottom: 25px;
    }

    h5 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #adaeb2;
    }

    cite {
        display: block;
        padding-left: 60px;
        font-size: 13px;
        font-weight: 300;
        font-style: normal;
        color: var(--brand-grey-light);
        position: relative;

        img {
            max-width: 50px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -25px;
        }

        strong {
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            color: var(--text-color);
        }
    }

    @media (min-width:992px) {
        font-size: 16px;

        p {
            margin-bottom: 45px;
        }

        h5 {
            margin-bottom: 20px;
        }
    }
}