hr {
    margin: 20px 0px 20px 0px;
}

#warrHeader {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
background: linear-gradient(0deg, rgba(217, 217, 217, 1) 0%, rgba(247, 247, 247, 1) 100%);
    border-radius: 10px;
    overflow: hidden;
}

.wHeaderTop {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: space-between;
    margin: 0px 0% 20px 5%;
}

.wHeaderBottom {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: bottom;
    justify-content: space-between;
    margin: 0px 5% 0px 5%;
}

#properUse {
background: #f9fcf5;
margin: 0;
}

#improperUse {
background: #fcf2f2;
margin: 0;
}

.whText {
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
}

.whImage {
    flex: 1;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.whImage img {
    max-width: 100%;
    max-height: 320px
}

.warr-header-headline {
font-size: 2em;
font-weight: 700;
margin-bottom: 5px;
padding: 0;
line-height: 1;
}

.warr-header-subheadline {
font-size: 2em;
font-weight: 400;
padding: 0;
line-height: 1;
margin-bottom: 14px;
}


.warr-header-introtext {
font-weight: 400;
font-size: 1em;
line-height: 1.4;
}

.warr-header-introtext h2, h3, h4, h5, h6 {
   font-size: 1.2em;
   margin-top: 20px;
}


.usePanel {
width: 45%;
padding: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.usePanelTitle {
font-size: 1.5em;
line-height: 1;
font-weight: 700;
margin-bottom: 20px;
padding: 0;
width: 100%;
}

.grn {
color: #80c342;
}

.red {
color: #cc0000;
}

.usePanelContent {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 0;
margin: 0;
}

.upEffect {
width: 50%;
font-weight: 700;
font-size: 1em;
padding: 0;
margin: 0;
}

.upEffect ul {
    list-style: none;
    padding: 0;
}

.upEffect ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1.2;
    margin-bottom: 12px;
    width: auto;
}

#properUse .upEffect ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    /* Link your hosted asset or use a base64 encoded SVG */
    background-image: url('/uploads/images/green_check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#improperUse .upEffect ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    /* Link your hosted asset or use a base64 encoded SVG */
    background-image: url('/uploads/images/red_x.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.upConst {
width: 50%;
font-weight: 500;
font-size: .9em;
line-height: 1.2;
}

.upConst ul {
    padding: 0;
}

.upConst ul li {
    margin-bottom: 8px;
}

#warrDetails {
    padding-top: 2.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    margin: 30px 0px 30px 0px;
}

.wdHead {
width: 95%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 1% 0% 20px 2.5%;
}

.wdHeadline h2 {
    font-size: 1.8em;
    font-weight: 700;
}

.wdBody {
width: 90%;
min-width: 90%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
margin: 0% 5% 20px 5%;
}

.wdBodyPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 30%;
    margin: 2%;
}

.wdBodyPanelImg {
    width: 120px;
    margin-right: 20px;
}

.wdBodyPanelTxt {
line-height: 1.2;
}

#wdBotLeft {
    margin-bottom: 0px;
}


.wdBottom {
width: 95%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
margin: 0% 2.5% 20px 2.5%;
}

.wdBotDiv {
width: 47.5%;
border-radius: 10px;
background: #efefef;
padding: 3%;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
height: auto;
min-height: max-content;
}

.wdBotHeading {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.warrIcon {
    width: 33px;
    height: auto;
    margin-right: 10px;
}

.wdBotCta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 14px 0px 0px 0px;
}

#wdBotRight .wdBotHeading {
    margin: 0;
}

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: auto;
    margin-bottom: 20px;
    text-align: center;
}

#wtCta {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: auto;
    text-align: center;
}

.lubHeading {
        font-size: 1.8em;
        font-weight: 700;
}

#lubList {
    width: 102%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
}

.lubItem {
    width: 23%;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.lubName {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.lubDesc {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.2;
}

.lubItemImg {
width: 25%;
margin-right: 8%;
}

.lubItemTxt {
    width: 57%;
}

#difference {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 30px 0px 30px 0px;
}

.diffText {
width: 50%;
padding-right: 5%;
}

.diffImages {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.diffImg {
    margin-bottom: 20px;
}

.diffHeading {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}


@media only screen and (min-width: 320px) and (max-width: 480.98px) {
.wHeaderTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 0% 0px 0%;
}

.wHeaderBottom {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 5% 0px 5%;
}

.whImage {
    flex: 1;
    height: auto;
    display: flex;
    justify-content: flex-end;
    order: 1;
}

.whImage img {
    max-width: 100%;
    max-height: 200px;
}

.whText {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    order: 2;
}

.warr-header-headline {
font-size: 1.5em;
font-weight: 700;
margin-bottom: 5px;
padding: 0;
line-height: 1;
}

.warr-header-subheadline {
font-size: 1.5em;
font-weight: 400;
padding: 0;
line-height: 1;
margin-bottom: 14px;
}

#warrHeader {
    padding: 4%;
}

.warr-header-introtext {
font-weight: 400;
font-size: .9em;
line-height: 1.4;
}

.usePanel {
width: 100%;
padding: 5%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.usePanelContent {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 0;
margin: 0;
}

.upConst {
width: 100%;
font-weight: 500;
font-size: .9em;
line-height: 1.2;
}

.upConst ul {
    padding: 0px 0px 0px 20px;
}

.upConst ul li {
    margin-bottom: 8px;
}

.usePanelTitle {
font-size: 1.5em;
line-height: 1;
font-weight: 700;
margin-bottom: 20px;
padding: 0;
width: 100%;
min-width: 100%;
}

.upEffect {
width: 100%;
font-weight: 700;
font-size: 1em;
padding: 0;
margin: 0;
}

#properUse {
background: #f9fcf5;
margin: 0px 0px 20px 0px;
}

#improperUse {
background: #fcf2f2;
margin: 0px 0px 10px 0px;
}

.wdBody {
width: 100%;
min-width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin: 0% 0% 20px 0%;
padding: 4%;
}

.wdBodyPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 2%;
}

.wdBodyPanelImg {
    width: 80px;
    margin-right: 20px;
}

.wdHead {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 1% 0% 20px 3.5%;
padding: 0% 0% 0% 5%;
}

.wdBottom {
width: 95%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin: 0% 2.5% 15px 2.5%;
}

.wdBotDiv {
width: 100%;
border-radius: 10px;
background: #efefef;
padding: 5%;
display: flex;
flex-direction: column;
align-items: center;
}

.wdBotHeading {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

#wdBotLeft {
    margin-bottom: 20px;
}

#wdBotRight {
    margin-bottom: 0px;
}

.wdBotCta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 14px 0px 0px 0px;
}

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#wtCta {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: 100%;
    text-align: center;
}

#lubList {
    width: 102%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
}

.lubItem {
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lubItemImg {
width: 25%;
margin-right: 8%;
}

.lubItemTxt {
    width: 67%;
}

.lubName {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.lubDesc {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.3;
}

#difference {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0px 30px 0px;
}

.diffText {
width: 100%;
padding-right: 0%;
order: 2;
}

.diffImages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
}

.diffImg {
    margin-bottom: 20px;
}

.diffHeading {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.diffHeading {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

}

@media only screen and (min-width: 481px) and (max-width: 768.98px) {
.wHeaderTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px -10% 0px 0%;
}

.wHeaderBottom {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 5% 0px 5%;
}

.whImage {
    flex: 1;
    height: auto;
    display: flex;
    justify-content: flex-end;
    order: 1;
    width: 100%;
    margin: -5% 0% 0% 0%;
}

.whImage img {
    max-width: 100%;
    max-height: 200px;
}

.whText {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    order: 2;
    padding-right: 6%;
}

.warr-header-headline {
font-size: 1.5em;
font-weight: 700;
margin-bottom: 5px;
padding: 0;
line-height: 1;
}

.warr-header-subheadline {
font-size: 1.5em;
font-weight: 400;
padding: 0;
line-height: 1;
margin-bottom: 14px;
}

#warrHeader {
    padding: 4%;
}

.warr-header-introtext {
font-weight: 400;
font-size: .9em;
line-height: 1.4;
}

.usePanel {
width: 100%;
padding: 5%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.usePanelContent {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 0;
margin: 0;
}

.upConst {
width: 100%;
font-weight: 500;
font-size: .9em;
line-height: 1.2;
}

.upConst ul {
    padding: 0px 0px 0px 20px;
}

.upConst ul li {
    margin-bottom: 8px;
}

.usePanelTitle {
font-size: 1.5em;
line-height: 1;
font-weight: 700;
margin-bottom: 20px;
padding: 0;
width: 100%;
min-width: 100%;
}

.upEffect {
width: 100%;
font-weight: 700;
font-size: 1em;
padding: 0;
margin: 0;
}

#properUse {
background: #f9fcf5;
margin: 0px 0px 20px 0px;
}

#improperUse {
background: #fcf2f2;
margin: 0px 0px 10px 0px;
}

.wdBody {
width: 100%;
min-width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin: 0% 0% 20px 0%;
padding: 4%;
}

.wdBodyPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 2%;
}

.wdBodyPanelImg {
    width: 80px;
    margin-right: 20px;
}

.wdHead {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 1% 0% 20px 3.5%;
padding: 0% 0% 0% 5%;
}

.wdBottom {
width: 95%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin: 0% 2.5% 15px 2.5%;
}

.wdBotDiv {
width: 100%;
border-radius: 10px;
background: #efefef;
padding: 5%;
display: flex;
flex-direction: column;
align-items: center;
min-height: min-content;
}

.wdBotHeading {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

#wdBotLeft {
    margin-bottom: 14px;
}

#wdBotRight {
    margin-bottom: 0px;
}

.wdBodyPanel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 2%;
}

.wdBodyPanelImg {
    width: 114px;
    margin-right: 20px;
}

.wdBodyPanelTxt {
line-height: 1.2;
}

.wdBotCta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 14px 0px 0px 0px;
}

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#wtCta {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: 100%;
    text-align: center;
}

#lubList {
    width: 102%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
}

.lubItem {
    width: 100%;
    border: 1px solid #efefef;
    padding: 12px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lubItemImg {
width: 15%;
margin-right: 8%;
}

.lubItemTxt {
    width: 67%;
}

.lubName {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.lubDesc {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.3;
}

#difference {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0px 30px 0px;
}

.diffText {
width: 100%;
padding-right: 0%;
order: 2;
}

.diffImages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
}

.diffImg {
    margin-bottom: 20px;
}

.diffHeading {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.diffHeading {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

}

@media only screen and (min-width: 769px) and (max-width: 1059.98px) {

.wdBodyPanel {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
width: auto;
max-width: 30%;
margin: 2%;
}

.wdBodyPanelTxt {
line-height: 1.2;
}

.wdBodyPanelTxt h2 {
    font-size: 1.2em;
}

.wdBodyPanelImg {
    max-width: 150px;
    margin-right: 20px;
}

.wdBotDiv {
width: 47.5%;
border-radius: 10px;
background: #efefef;
padding: 3%;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}

.wdBotCta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 14px 0px 0px 0px;
}

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#wtCta {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.lubItem {
    width: 48%;
    min-width: 48%;
    border: 1px solid #efefef;
    padding: 12px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#lubList {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
}

.lubItemImg {
width: 12%;
margin-right: 8%;
}

.lubItemTxt {
    width: 67%;
}

.wHeaderTop {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: top !important;
    justify-content: space-between;
    margin: 0px 0% 20px 5%;
    height: auto;
}

#warrHeader {
    padding: 0;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
background: linear-gradient(0deg, rgba(217, 217, 217, 1) 0%, rgba(247, 247, 247, 1) 100%);
    border-radius: 10px;
    overflow: hidden;
}

.whImage {
    flex: 1;
    height: auto;
    max-height: max-content
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    max-width: 50%;
    margin-top: -5%;
}

.whImage img {
    width: 100%;
    height: auto;
    max-width: 100%;

}

.wHeaderBottom {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: flex-end !important;
    justify-content: space-between;
    margin: 0px 5% 0px 5%;
}

.usePanel {
width: 48%;
height: 317px;
padding: 5%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin: 0;
}

.usePanelContent {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 0;
margin: 0;
}

.upConst {
width: 100%;
font-weight: 500;
font-size: .9em;
line-height: 1.2;
}

.upConst ul {
    padding: 0px 0px 0px 20px;
}

.upConst ul li {
    margin-bottom: 8px;
}

.usePanelTitle {
font-size: 1.5em;
line-height: 1;
font-weight: 700;
margin-bottom: 20px;
padding: 0;
width: 100%;
min-width: 100%;
}

.upEffect {
width: 100%;
font-weight: 700;
font-size: 1em;
padding: 0;
margin: 0;
}

#properUse {
background: #f9fcf5;
margin: 0px;
}

#improperUse {
background: #fcf2f2;
margin: 0px;
}

#difference {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0px 30px 0px;
}

.diffText {
width: 100%;
padding-right: 0%;
order: 2;
}

.diffImages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
}

.diffImg {
    margin-bottom: 20px;
}

.diffHeading {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.diffHeading {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

}

@media only screen and (min-width: 1060px) and (max-width: 1510.98px)  {

.usePanel {
width: 48%;
padding: 5%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}


.usePanelContent {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 0;
margin: 0;
}

.upConst {
width: 100%;
font-weight: 500;
font-size: .9em;
line-height: 1.2;
}

.upConst ul {
    padding: 0px 0px 0px 20px;
}

.upConst ul li {
    margin-bottom: 8px;
}

.lubItem {
    width: 48%;
    min-width: 48%;
    border: 1px solid #efefef;
    padding: 12px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#lubList {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
}

.lubItemImg {
width: 12%;
margin-right: 8%;
}

.lubItemTxt {
    width: 67%;
}

#warrHeader {
    padding: 0;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
background: linear-gradient(0deg, rgba(217, 217, 217, 1) 0%, rgba(247, 247, 247, 1) 100%);
    border-radius: 10px;
    overflow: hidden;
}

.whImage {
    flex: 1;
    height: auto;
    max-height: max-content
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    max-width: 50%;
    margin-top: -5%;
}

.whImage img {
    width: 100%;
    height: auto;
    max-width: 100%;

}

.upEffect {
width: 100%;
font-weight: 700;
font-size: 1em;
padding: 0;
margin: 0;
}

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: auto;
    margin-bottom: 0px;
    line-height: 1.1;
    text-align: center;
}


}

@media only screen and (min-width: 1511px)   {

#grnCta {
    margin-right: 14px;
    height: 48px;
    max-height: 48px;
    width: auto;
    margin-bottom: 0px;
    text-align: center;
}

.lubItem {
    width: 23%;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 162px;
}

}

