.hero{
    width: 100vw;
    height: 90vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    align-items: center;
    margin: auto;
}
.hero .col2 img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 3px 8px black;
}