#stats-section.bg-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--background);
    min-height: 90vh;
}

#stats-section .wrapper > div {border-radius: 30px;}
#stats-section .wrapper:nth-child(1) > div {border-bottom-right-radius: 0;}
#stats-section .wrapper:nth-child(2) > div {border-bottom-left-radius: 0;}
#stats-section .wrapper:nth-child(3) > div {border-top-right-radius: 0;}
#stats-section .wrapper:nth-child(4) > div {border-top-left-radius: 0;}