@media only screen and (min-width:769px) and (max-width:1024px) {
    .tag-wrapper {
        padding-top: 10%;
        padding-left: 10%;
    }

    .name {
        padding-top: 1%;
        padding-left: 10%;
    }

    #first-name,
    #last-name {
        font-size: 42px;
    }

    .tag {
        padding-top: 2%;
        padding-left: 10%;
        display: flex;
    }

    #tag {
        color: white;
        padding-left: 1%;
    }

    .trianlge-right {
        margin-top: 3px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 15px solid var(--primary-green);
        border-bottom: 8px solid transparent;
    }

    .dash {
        margin-left: 10%;
        background-color: rgb(148, 148, 148);
        height: 1px;
        width: 100px;
    }

    .chat {
        padding-top: 2%;
    }

    #chat-btn {
        padding-left: 10%;
    }

    .stats-div {
        position: absolute;
        padding-left: 7%;
        bottom: 5%;
    }

    .stats {
        display: flex;
        background-color: transparent;
    }

    .stats-data {
        padding-right: 8%;
    }

    .stats-label-column {
        padding-left: 10px;
    }

    .stats-label {
        width: max-content;
    }

    .stats-data {
        padding-top: 5%;
    }

    .grad-circle {
        top: 35%;
        right: 1%;
        height: 450px;
        width: 450px;
        position: absolute;
    }

    .profile-picture {
        float: right;
        position: relative;
        right: 3.5%;
    }

    .dp {
        height: 450px;
    }

    .about {
        padding-top: 10%;
        flex-direction: column-reverse;
        align-items: center;
    }

    .about-text {
        text-align: center;
    }

    #about-me-heading,
    #about-quote,
    #about-me-text {
        text-align: center;
        width: 500px;
    }

    .download-resume {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 5%;
    }

    #stack-illustration {
        height: 350px;
    }

    .projects {
        padding-left: 0%;
        padding-right: 0%;
    }

    .community-card {
        width: 450px;
    }

    .cw-number {
        font-size: 20px;
    }

    .cw-stats-row {
        flex-wrap: nowrap;
    }

    .cw-stats-text {
        font-size: 10px;
    }

    .communitites {
        margin-left: 0%;
    }

    .cw-info {
        width: 43%;
    }

    .calendar {
        width: 400px;
        height: 350px;
    }

    .year-txt {
        font-size: 16px;
    }

    .dates {
        padding-top: 5px;
    }

    .contact-info-div {
        padding-left: 5%;
    }
}