.bakery-block {
    background-color: #F4F1EC;
    max-width: 420px;
}

.bakery-block img {
    width: 100%;
    display: block;
}

.bakery-content {
    text-align: right;
    padding: 14px 0;
}

.bakery-title {
    color: #2F3E3E;
    font-size: 24px;
    margin-bottom: 6px;
}

.bakery-text {
    color: #4F7F82;
    font-size: 16px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
    .bakery-content {
        text-align: left;
    }
}
