#sg_b.sungroup .row-steps .col::before {
    display: none;
}

#sg_b.sungroup .row-steps .col .txt {
    text-align: left !important;
}

#sg_b.sungroup .row-steps .col {
    padding: 20px 10px 0;
}


#sg_b.sungroup .row-steps, #sg_b.sungroup .row-steps .col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

#sg_b.sungroup .row-steps .maintxt {
    font-size: 32px;
    color: #211f5e;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    width: 100%;
    padding: 0;
}

#sg_b.sungroup .row-steps .col .txt span {
  font-size: 12px;
  line-height: 14px !important;
  display: block;
  margin-top: 3px;
}

/* #sg_b.sungroup .grupa, #sg_b.sungroup .odmiana {
    margin-top: 0;
} */

#sg_b.sungroup .row-steps b {
    display: inline-block;
}

#sg_b.sungroup .row-steps .col .number {
    height: 99px;
    width: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset;
    background: #0A4595;
    color: #fff;
    border: unset;
    position: relative;
    margin: 0;
    margin-right: 25px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    line-height: 65px !important;
}

#sg_b.sungroup .row-steps {
    max-width: 1360px;
    margin: 0 auto;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

#sg_b.sungroup .row-steps .col {
    width: 100%;
    max-width: 33%;
    flex-flow: nowrap;
    box-sizing: border-box;
}

#sg_b.sungroup .row-steps .col .txt {
    width: 235px;
    font-size: 16px;
    line-height: 20px !important;
    margin: 0;
    font-weight: 500;
}

#sg_b.sungroup .row-steps .col .txt strong {
    color: #1A3D82;
    font-weight: 700;
    display: inline-block;
}

.number::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background: #0A4595;
    transform: rotate(45deg);
    right: -7%;
}

/* #sg_b.sungroup .o_title {
    display: none;
} */

@media(max-width:1200px) {
    #sg_b.sungroup .row-steps .col {
        max-width: 50%;
        flex-flow: wrap;
    }

    #sg_b.sungroup .row-steps {
        justify-content: center;
    }
}

@media (max-width: 900px) {
    #sg_b.sungroup .row-steps .col .number {
        width: 85px;
        height: 85px;
    }
}

@media(max-width:850px) {
    #sg_b.sungroup .row-steps .col {
        max-width: 85%;
        justify-content: center;
        padding: 15px 12px 0;
    }

    #sg_b.sungroup .row-steps .col .txt {
        max-width: 70%;
    }

    #sg_b.sungroup .row-steps {
        max-width: 900px;
    }
}

@media(max-width:1180px) {
    #sg_b.sungroup .row-steps {
        justify-content: center;
    }
}

@media (max-width:610px) {
    #sg_b.sungroup .row-steps .col {
        max-width: 90%;
    }
}

@media(max-width:500px) {
    #sg_b.sungroup .row-steps .col .number {
        height: 79px;
        width: 79px;
    }

    .number::after {
        right: -4%;
    }

    #sg_b.sungroup .row-steps .maintxt {
        font-size: 24px;
        margin: 20px 10px 0px 10px;
        text-align: center;
    }
}

@media (max-width:411px) {
    #sg_b.sungroup .row-steps .col {
        max-width: 98%;
    }
}

@media(max-width:411px) {
    #sg_b.sungroup .row-steps .col .number {
        height: 59px;
        width: 59px;
    }

    #sg_b.sungroup .row-steps .col .txt {
        font-size: 15px;
    }
}
