@media (max-width:828px) {
    .third-box {
        display: none;
    }
}

@media (min-width:829px) {
    .bg-circle {
        left: -10rem;
    }
}