.banner{
    background-color: #eee;
    height: calc(100vh - 300px);
    padding: 5rem 0;
}
.banner .container{
    display: flex;
    gap: 2rem;
}
.banner-info{
    flex: 1;
}
.banner-info h1{
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 3rem;
}
.banner-info h1~p{
    font-size: 1.8rem;
    margin-right: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
}
.text{
    background-color: #a9b8c5;
    padding: 5rem;
}
.text h2{
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.text ol p{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.text ol li{
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.banner-img{
    flex: 1;
   box-shadow: 0px 3px 8px #bbb;   
}
.banner-img img{
    width: 100%;
    height: 100%;    
}
