/* ==========================================================================
   Sekcja "O sklepie" – układ tekstu, obrazki, ikony
   ========================================================================== */

/* Układ obrazka */
.about-img {
    min-height: 350px;
    overflow: hidden;
    border-radius: 4px;
}

/* Pudełko z tekstem */
.about-box {
    width: 100%;
    border-radius: 6px;
}

.bg-cream {
    background: #FFF6EF;
}

/* Link z ikoną */
.about-link {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.about-link:hover .icon-circle {
    background: currentColor;
    color: #fff;
}

.about-section {
    overflow: hidden;
}

.margin-top-120 {
    margin-top: 120px;
}

.custom-header-2 {
    font-size: 56px;
    line-height: 48px;
}

.text-nextto-icon {
    font: normal normal normal 18px/22px Poppins;
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 60px;
}