.bob-link * {
    box-sizing: border-box
}

.bob-wrapper {
    width: 1050px;
    margin: 0 auto;
    height: 70px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bob-link {
    background: url(https://images.kizlarsoruyor.com/custom/brands/cumhuriyet/bant/cumhuriyet-bant-29092023/cumhuriyet-bant-bg.jpg) center center no-repeat #a92028;
    display: block;
    height: 70px;
    background-size: 1920px 70px;
    box-sizing: border-box;
    cursor: pointer;
}

.bob-link .quote-1 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex: 0 0 70%;
}

.bob-link img {
    width: 10px;
    margin-right: 15px
}

.bob-link .teller-1 {
    color: #fff;
    font-size: 13px;
}

@media only screen and (max-width: 768px)
 {
    .bob-wrapper {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: unset;
}
    .bob-link {
        background:url(https://images.kizlarsoruyor.com/custom/brands/cumhuriyet/bant/cumhuriyet-bant-29092023/cumhuriyet-bant-mobile-bg.jpg) center center no-repeat;
        display: block;
        height: 73px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }


    .bob-link .quote-1 {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        flex: 0 0 100%;
        top: -8%;
        padding: 0 2%;
    }

    .bob-link .teller-1 {
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        padding: 0;
        bottom: 0;
    }

    
}
