.work-intro {
    margin: 7em 0 9em 0;
}

.here {
    margin-bottom: 0;
}

.want {
    margin-top: 10px;
    width: 40%;
}

.work-image img {
    width: 80%;
    box-shadow: 0 5px 5px rgb(235, 235, 235);
    border-radius: 0em;
    transition: all 0.3s ease 0s;
}

.work-image img:hover {
    width: 80%;
    border-radius: 1em;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.301);
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
    outline: none;
}

.work-text-flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 2em 0 10em;
    transition: all 0.3s ease 0s;

}

.work-text-flex:hover h1,
.work-text-flex:hover p,
.work-description-skills:hover p {
    cursor: pointer;
    color: #FF1A5C;
    transition: all 0.3s ease 0s;
}





.work-heading {
    justify-content: left;
    flex-direction: row;
    font-size: 60px;
    margin: 0;

    text-align: left;
    line-height: 110%;
    transition: all 0.3s ease 0s;
    cursor: pointer;

}

.work-heading a {
    flex: auto;
}

.work-heading:hover {
    cursor: pointer;
    color: #FF1A5C;
    transition: all 0.3s ease 0s;
}

.work-description {
    display: flex;
    justify-content: flex-end;
    transition: all 0.3s ease 0s;
    color: grey;
    text-align: right;
    margin: 10px 0 5px;

}

.work-description-skills {
    font-weight: bold;
    text-align: right;
    transition: all 0.3s ease 0s;
    color: black;
    margin: 0;

}







@media screen and (max-width: 923px) {

    .work-intro {
        margin: 7em 0 9em 0;
    }
    
    .here {
        margin-bottom: 0;
        line-height: 90%;
    }
    
    .want {
        margin-top: 10px;
        width: 100%;
        font-size: 21px;
    }

    .work-heading {
        font-size: 40px;
    }








    .work-image img {
        width: 100%;
    }

    .work-image img:hover {
        width: 100%;
        border-radius: 0em;
        transform: translate(0);
        

    }

    .work-text-flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        margin: 2em 0 5em;


    }

    .work-text-flex {
        width: 100%;
    }

    .work-description {
        text-align: left;
    }

    .work-description-skills {
        text-align: left;
    }

    .work-text-flex:hover h1,
    .work-text-flex:hover p,
    .work-description-skills:hover p {
        transform: translate(0);

    }









}