.hero .container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 120px;
}
.left-hero{
    width: 700px;
}
.right-hero{
    margin: 40px;
    margin-left: 80px;
}
.hero-h1{
    color: white;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
}
.hero-p{
    color: #8f887d;
    font-size: 30px;
    margin: 40px;
}