.for-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #f0f0f0;
}
.for-logo-wrapper img {
    padding: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

#clientele_section .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
}

.tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
}
