.hduo-row {
    width: 100%;

}

.hduo-row .wp-block-column {
    background: #18191F;
    /*box-shadow: 0px 2px 20px 0px #FFFFFF;*/
    /*border-radius: 4px;*/
    border: 1px solid #FFFFFF80;
    border-radius: 8px;
    padding: 80px 10px 20px;
    margin-bottom: 60px;
}
.section-club .hduo-row .wp-block-column {
    padding: 20px 10px 20px;
}
.hduo-row .wp-block-uagb-lottie {
    margin-bottom: 40px;
}

.hduo-row .wp-block-columns {
    gap: 50px;
}
.hduo-row .wp-block-columns p {
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;

}
.hduo-row .wp-block-columns p.p-308 {
   max-width: 308px;
    margin-left: auto;
    margin-right: auto;
}
.hduo-row .wp-block-columns p strong {
    font-weight: 900;
    color: #E3B407;

}
.hduo-row .wp-block-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}
.hduo-row .wp-block-column {
    position: relative;
}
.hduo-row .wp-block-column .s-icon-svg {
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    width: 96px;
    height: 86px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 10px;

}
.hduo-row .wp-block-column .s-icon-svg img {
    max-height: 48px;
}

.hduo-row .wp-block-column .s-icon-svg:after  {
    content: "";
    position: absolute;
    width: 350px;
    height: 21px;
    background-image: url("../../assets/img/line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: -2px;
    left: -380px;
}

.hduo-row .wp-block-column:first-child .s-icon-svg:after {
    display: none;
}

@media (max-width: 1440px) {
    .hduo-row .wp-block-column .s-icon-svg:after  {
        width: 23vw;
        left: -25vw;
    }
}

@media (max-width: 1199px) {
    .hduo-row .wp-block-columns {
        gap: 30px;
    }
    .hduo-row .wp-block-columns p {
        font-size: 22px;
        line-height: 26px;
    }
    .hduo-row .wp-block-column .s-icon-svg {
        width: 70px;
        height: 65px;
        top: -32px;
    }
    .hduo-row .wp-block-column .s-icon-svg img {
        max-height: 29px;
    }
    .hduo-row .wp-block-heading {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 900px) {
    .hduo-row .wp-block-column .s-icon-svg:after  {
        width: 22vw;
        left: -23vw;
        top: -10px;
        background-image: url("../../assets/img/line-small.svg");
    }
}

@media (max-width: 743px) {
    .hduo-row .wp-block-column .s-icon-svg:after  {
        display: none;
    }
    .hduo-row .wp-block-columns {
        flex-wrap: wrap !important;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 0;
    }
    .hduo-row .wp-block-column {
        flex-basis: auto !important;
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .hduo-row .wp-block-column:first-child {
        margin-bottom: 20px;
    }
    .hduo-row .wp-block-heading {
        font-size: 28px;
        line-height: 40px;
        font-weight: 700;

    }
    .hduo-row .wp-block-heading br {
        display: none;
    }




    .hduo-row--scroll {

        overflow-x: auto !important;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px) !important;
    }

  .hduo-row--scroll .wp-block-columns {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 360px;
        padding: 20px 0;
        margin-left: auto;
        margin-right: auto;
    }
    .hduo-row--scroll .wp-block-column {
        width: 154px;
        max-width: 154px;
        margin: 0 12px;
        box-shadow: 0px 2px 10px 0px #FFFFFF;

    }
    .hduo-row--scroll .wp-block-column:first-child {
        margin: 0 12px;
    }

    .hduo-row--scroll .wp-block-heading {
        font-size: 22px;
        line-height: 18px;
        font-weight: 500;
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
    }
    .hduo-row--scroll .wp-block-uagb-lottie {
        margin-bottom: 10px;
    }
    .hduo-row--scroll .uagb-lottie__outer-wrap {
        height: 75px !important;
    }
    .page-club .hduo-row--scroll  .wp-block-columns p {
        font-size: 15px;
        line-height: 18px;
    }
    .section-club .hduo-row--scroll .wp-block-column {
        padding: 10px 5px 5px;
    }
    .page-club  .hduo-row--scroll .wp-block-column {
        margin-bottom: 33px;
    }

}