.home {
    display: flex;
    margin-top: 150px;
}
.home img {
    height: 400px;
    display: block;
    margin-left: -200px;
    clip-path: inset(0 0 0 200px);
    -webkit-clip-path: inset(0 0 0 200px);
}
.welcome {
    display: flex;
    flex-direction: column;
    grid-gap: 18px;
    margin: auto 50px;
    margin-left: 120px;
    text-align: left;
}
.welcome p {
    font: 24px Inter;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}