@media(max-width: 900px) {
    #introduction {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    #introduction-text {
        justify-self: center;
        margin-right: 0px;
    }

    #self-icon {
        max-width: 50vw;
    }
}