.hose-landing-wrapper{
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 1200px;
    max-height: 425px;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}
.hose-landing-content{
    flex: 1;
    display: block;
    text-decoration: none;
    color: #FFFFFD;
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hose-landing-content-title{
    width: 800px;
}
.hose-landing-content-title h2{
    color: #443E31;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
    font-size: 34px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5rem;
    margin-left: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.hose-landing-content-statement{
    width: 700px;
    padding: 0;
}
.hose-landing-content-statement p{
    color: #443E31;
    font-weight: 500;
    font-style: italic;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 15px;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
}
.hose-landing-content-footer{
    width: 800px;
}
.hose-landing-content-footer h2{
    color: #086F37;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    margin-left: 2rem;
    flex-wrap: wrap;
}
