.paragraph--type--dva-sloupce{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.paragraph--type--dva-sloupce .col{
    width: calc(50% - 20px);
}
.paragraph--type--dva-sloupce:has(.col:first-child h2:first-child) .col:nth-child(2){
    padding-top: 60px;
}
.paragraph--type--dva-sloupce:has(.col:first-child h2:first-child) .col:nth-child(2):has(h2:first-child){
    padding-top: 0;
}