@media only screen and (max-width: 768px) {
    body {
        padding: 0;
        overflow-x: hidden;
        width: 100%;
    }

    .border,
    .right-border,
    .left-border {
        display: none;
    }

    .page {
        max-width: 768px;
        width: 100%;
    }

    .line {
        display: none;
    }

    .main-header {
        padding: 5px 5px;
    }

    .background {
        width: 215%;
        height: 900px;
        top: -120px;
        left: -288px;
    }

    .welcomer {
        font-size: 1.4rem;
        top: -805px;
    }

    .container-1 {
        top: -1285px;
        right: 70px;
        height: 500px;
        width: 120%;
        animation: slideContainer1Mobile 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    .container-2 {
        top: -1200px;
        right: 20px;
        height: 500px;
        width: 120%;
        animation: slideContainer2Mobile 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    }

    @keyframes slideContainer1Mobile {
        from {
            top: -1250px;
        }

        to {
            top: -1285px;
        }
    }

    @keyframes slideContainer2Mobile {
        from {
            top: -1250px;
        }

        to {
            top: -1200px;
        }
    }

    .second {
        position: relative;
        width: 100%;
        height: 250px;
        z-index: 3;
        top: -250px;
        display: flex;
        justify-content: right;
        align-items: right;
        background-color: var(--background-color);
    }

    .cardone {
        position: relative;
        width: 250px;
        height: 280px;
        z-index: 3;
        top: -170px;
        right: 5px;
        border: 2px solid #1a1a1a;
        border-radius: 10px;
        box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
        background-color: var(--background-color);
        padding: 1.4rem;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .card-header {
        font-size: 1.2rem;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .card-paragraph {
        font-size: 0.9rem;
    }

    .cardtwo {
        position: relative;
        text-align: left;
        width: 85%;
        max-width: 90%;
        color: #1a1a1a;
        z-index: 5;
        top: -375px;
        padding: 1rem;
    }

    .third {
        top: 110px;
    }

    .approach-wrapper {
        top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }

    .approach-image {
        display: none;
    }

    .a-cone {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 5px;
        left: 0;
        z-index: 10;
    }

    .a-m {
        width: 200px;
        height: auto;
        position: relative;
        transform: rotate(-3deg);
        top: 0;
        left: 110px;
        z-index: 2;
    }

    .approach-container {
        position: relative;
        width: 85%;
        text-align: left;
        left: -20px;
        top: -220px;
        background-color: #e8eaed;
        border: 1px solid #d0d3d8;
        border-radius: 8px;
        padding: 2rem 2rem 2rem;
    }

    .approach-header {
        font-size: 1.2rem;
    }

    .approach-content {
        font-size: 0.9rem;
    }

    .mission {
        position: relative;
        width: 90%;
        padding: 0 0;
        background-color: var(--background-color);
        top: -20px;
        z-index: 5;
    }

    .mission-header {
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mission-content {
        font-size: 0.9rem;
        gap: 0.8rem;
    }

    .mission-content p {
        text-align: center;
    }

    .left-border {
        display: none;
    }

    .right-border {
        display: none;
    }

    .projects-section {
        position: relative;
        width: 80%;
        padding: 0 0;
        background-color: var(--background-color);
        top: 120px;
        z-index: 5;
    }

    .projects-headline {
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .projects-subheadline {
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .placeholder {
        height: 600px;
        top: 10px;
    }


    .footer-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 500px;
        gap: 0;
    }

    .footer-info .line {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .footer-brand {
        align-self: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-info {
        align-items: flex-start;
        width: 100%;
        top: -40px;
    }

    .footer-links {
        flex-direction: row;
        gap: 1rem;
        align-items: flex-start;
    }

    .slogan-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        top: 45px;
        right: 0;
        padding: 1rem;
        text-align: center;
    }
}