


.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.lhs {
    width: 50%;
}

.rhs {
    width: 50%;
}