.branding-row-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5%;
}

.branding-row-elements .branding-col-card {
    flex: 0 0 calc(25% - 0.5%); /* szerokość kolumny */
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #4a6375;;
    margin-bottom: 0.5%;
}

.branding-row-elements .branding-col-card .title {
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #4a6375;
    border-bottom: 1px solid #b8b8b8;
}

.branding-row-elements .branding-col-card .title p {
    font-size: 14px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #ffffff;
    padding: 0 21px;
}

.branding-row-elements .branding-col-card .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 240px;
}

.branding-row-elements .branding-col-card .image img.md {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 200px;
    width: auto;
}

.branding-row-elements .branding-col-card .image img {
    width: 100%;
    height: auto;
    padding: 16px;
}

.branding-row-elements .branding-col-card .details {
    position: relative;
}

.branding-row-elements .branding-col-card .details {
    padding: 0 16px;
}

.branding-row-elements .branding-col-card .details .product-icons {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1000;
}

.branding-row-elements .branding-col-card .details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 177.023%;
    color: #374957;
    margin: 0 0 16px 0;
    white-space: pre;
}

.branding-row-elements p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    margin: 0 0 36px 0;
    color: #374957;
}

.branding-row-elements .branding-col-card .details-slots {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.branding-row-elements .branding-col-card .details-slots .detail-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

.branding-row-elements .branding-col-card .details-slots .detail-slot img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
}

.branding-row-elements .branding-col-card .details-slots .detail-slot p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #374957;
    margin: 0;
}

.branding-row-elements .branding-col-card .info {
    padding: 0 16px;
}

.branding-row-elements .branding-col-card .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 177.023%;
    color: #374957;
    margin: 0 0 4px 0;
}

.branding-row-elements .branding-col-card .info-slots {
    min-height: 160px;
}

.branding-row-elements .branding-col-card .info-slots {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.branding-row-elements .branding-col-card .info-slots .info-slot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.branding-row-elements .branding-col-card .info-slots .info-slot img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
}


.branding-row-elements .branding-col-card .info-slots .info-slot p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.023%;
    color: #374957;
    margin: 0;
}