.container {
    width: 720px !important;
}

@media (max-width: 767px) {
    .content-container {
        flex-direction: column;
    }

    .content-container .column {
        width: 100%;
        /* Full width on smaller screens */
        margin-right: 0;
        /* No margin on smaller screens */
        margin-bottom: 20px;
        /* Add spacing between stacked columns */
    }
}

.circle {
    position: absolute;
    left: -64px;
    top: 240px;
    width: 332px;
    height: 332px;
    border-radius: 50%;
    background-color: #FEDE49;
    z-index: -1;
}