.s4 {
    overflow: hidden;
   
}

.s4-content-position {
    padding: 77px 1.5rem 77px 1.5rem
}

.s4-content-position .config-first-content {
    margin-left: 15%;
}

.s4 .config-second-content .bg-builing {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/image/svg/bg-section-4.svg);
  
    /* background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/assets/image/svg/bg-section-4.svg) */
}

.s4 .config-second-content .bg-builing .bg-config {
    position: relative;
    top: 0%;
    left: 59%;
    height: 295px;
    object-fit: unset
}

.s4 .config-second-content {
    margin-top: -90px;
    position: relative;
}

.s4-container-content-counter {
    position: absolute;
}

.s4-container-content-counter .s4-content-counter {
    position: relative;
    top: 47px;
    left: 55%;
}

.s4-container-content-counter .s4-content-counter .config-content-counter-active {
    width: 200px;
    height: 200px;
    background: #333333
}

.s4-container-content-counter .s4-content-counter .config-content-counter {
    width: 200px;
    height: 200px;
}

@media screen and (max-width: 480px) {
    .s4-content-position .config-first-content {
        max-width: 594px;
        margin-left: unset !important;
    }

    .s4 .config-second-content {
        margin-top: unset;
        position: relative;
    }

    .s4 .config-second-content .bg-builing {
        height: 777px;
    }

    .s4 .config-second-content .bg-builing .bg-config {
        position: relative;
        top: unset;
        left: unset;
        height: 295px;
        object-fit: unset
    }

    .s4-container-content-counter {
        position: absolute;
    }

    .s4-container-content-counter .s4-content-counter {
        padding-top: 55px;
        position: relative;
        top: unset;
        left: unset;
    }

    .coin-group-size {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .s4-container-content-counter .s4-content-counter .config-content-counter-active {
        margin: auto;
    }

    .s4-container-content-counter .s4-content-counter .config-content-counter {
        margin: auto;
    }
}

@media screen and (min-width: 1441px) {
    .s4 .config-second-content .bg-builing .bg-config {
        left: 55%;
    }
}