﻿.graybar{
    border-top: 4px solid lightgray;
}

.textFooterCustom{
    font-size: 1vw;
}

.itemFooterCustom{
    width: 25%;
    text-align: left;
}

.logoFooterCustom{
    width: 150%;
}

.imagesFooterCustom{
    width: 105%;
}

.Columns2 > .Column.ColFirst {
    border-right: none !important;
}

/* -----IsPhone and IsTablet----- */
.textFooterCustom.isPhone, .textFooterCustom.isTablet{
    font-size: 2vw;
}

.itemFooterCustom.isPhone, .itemFooterCustom.isTablet{
    width: 25%;
    text-align: left;
}

.logoFooterCustom.isPhone, .logoFooterCustom.isTablet{
    width: 230%;
}

.imagesFooterCustom.isPhone, .imagesFooterCustom.isTablet{
    width: 50%;
}