#lastOfHim{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000001;
}
#lastOfHimContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 90vw;
    gap: 5vw;
    margin-top: 10vh;
    overflow: hidden;
}
#lastOfHimContent div{
    width: 40vw;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
#lastOfHimContent div h3{
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: start;
    color: #fffffe;
    font-size: 1.5rem;
}
#lastOfHimContent div p{
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: start;
    color: #fffffe;
    font-size: 1rem;
}
#lastOfHimContent div img{
    width: 30vw;
    border-radius: 25px;
}
#lohImg{
    align-items: start !important;
}
@media screen and (max-width: 600px) {
    #lastOfHimContent{
        flex-direction: column;
        align-items: center;
    }
}