#iconsAsSeenOnTv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
}
#iconsAsSeenOnTv p{display:block; text-align: center; order: -1; flex: 1 0 100%; margin-top: 25px;}
#iconsAsSeenOnTv img{width:33%; max-width:150px;}


@media only screen and (min-width: 1500px) {
    .maincontent #extendedHero #heroImgWrapper img.saveDot{position: absolute; top:auto; bottom: 20px; right: auto; left: 1350px;
    }
}
@media only screen and (min-width: 992px) {
    #iconsAsSeenOnTv{      
        background-color:none;
        justify-content: center;}
    #iconsAsSeenOnTv p{   
        flex: 0 1 auto;
        order: 0;
        width: 180px;     
        border-right: solid 1px #414141;
        height: 75px;
        line-height: 75px;
        margin-right: 3%;
        padding-right: 3%;}
    #iconsAsSeenOnTv img{    
        width: 100%;
        max-width: 150px;
        margin-right: 3%; }
}

.lists--split{    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content:flex-start;}

.lists--split ul{margin-bottom: 0px; padding-left: 15px;}

@media only screen and (min-width: 768px) {
    .lists--split {
        flex-direction: row;
        justify-content: space-between;
    }
    .lists--split ul{padding-left: 25px;}
}

.care-squares{display: flex;flex-wrap: wrap;justify-content: center;row-gap: 20px;margin: 30px auto 0;column-gap: 17px;padding-left: 0px;align-self: stretch;height: auto;}
.care-squares .care-square{width:200px;border-radius:15px;background-color:white;padding:25px;max-height:135px;align-content:center;align-self:stretch;height:auto;min-height:182px;}
.care-squares .care-square img{max-width:100%;margin:auto;text-align:center;display:block;max-height:100%;height:auto;}
