/* For Mobile Devices */
@media (max-width: 480px) {
    .pc-menu, .btn-download {
        display: none;
    }

    .menu-wrap {
        display: block;
    }
    section {
        padding: 0px;
        margin-top: 80px;
    }

    .right-content {
        width: 400px;
        height: 500px;
        margin-bottom: 10px;
    }

    /* Hero tweaks */
    .hero {
        gap: 24px;
        min-height: auto;
    }
    .hero-left {
        text-align: left;
        padding: 10px 0 0;
    }
    .cta-group {
        width: 100%;
        justify-content: flex-start;
    }
    .hero-visual {
        min-height: 300px;
    }

    .left #name {
        font-size: 2rem;
    }

    .container {
        padding: 0 10px;
    }

    .flex {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .work>div {
        max-height: 260px;
    }

    .programming {
        margin-top: 80px;
    }

    .programming .flex {
        align-items: normal;
        gap: 10px;
    }

    header nav ul li {
        margin-right: 40px;
    }

    .btn-let-talk {
        display: none;
    }

    .contact-info,
    .contact-form .form {
        max-width: 360px;
    }

    .social {
        margin: 20px auto;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}

/* For Tablet Devices */
@media screen and (max-width: 992px) {
    .pc-menu, .btn-download {
        display: none;
    }

    .menu-wrap {
        display: block;
    }

    .container {
        padding: 0px 10px;
    }

    #banner .flex {
        flex-direction: column;
    }

    .right {
        flex-basis: 100%;
    }

    .right-content {
        width: 990px;
        height: 800px;
    }

    /* Hero tweaks */
    .hero {
        gap: 28px;
    }
    .hero-left {
        text-align: center;
    }
    .cta-group {
        justify-content: center;
    }

    .let-talk {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .column {
      width: 100%;
    }
  }