.small_icons .icon_container .single_icon .single_icon_image img {
    width: 30px;
    height: 30px;
}

.small_icons .icon_container .single_icon {
    gap: 20px;
}

blockquote {
    border: 1px solid #3BB9C5;
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 16px;
    font-weight: 400;
    line-height: 1.3;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

blockquote p:first-child {
    margin-top: 0;
    
}

blockquote p:last-child {
    margin-bottom: 0;
}

.text_columns .text_column,
.text_columns .text_column .text_column_text {
    height: 100%;
}

.text_columns blockquote {
    height: 100%;
}

@media (max-width: 768px) {
    .tekst_z_wypunktowaniem .taby_contents .single_tab_content {
        padding: 30px 0;
    }
}