.header-text-wrapper{
    display: grid;
    grid-template-columns: 55% 42%;
    align-content: center;
    justify-content: space-between;
    line-height: normal;
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-right: 2rem;
}
.header-text-item{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.header-text-item h1{
    color: rgb(119, 119, 119);
    font-weight: 500;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 0.5rem;
}
.header-text-item ul{
    margin-left: 3rem;
    list-style-type: disc;
    margin-bottom: 1.5rem;
}
.helpful-tool-wrapper{
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-content: center;
    justify-content: space-between;
    line-height: normal;
    width: 100%;
}
.helpful-tool{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.helpful-tool h1{
    color: rgb(119, 119, 119);
    font-weight: 500;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*letter-spacing: 0.5px;*/
    font-size: 15px;
    margin-bottom: 0.5rem;
}
.helpful-tool a{
    font-size: 13px;
}
.bulk-hose-info{
    font-size: 13px;
    color: rgb(119, 119, 119);
    font-weight: 500;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}