@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) {
    .footer-tabs {
        max-width: 100%;
    }
    .footer-tabs>li {
		width:50%;
    }
    .footer-tabs>li>a {
        padding: 10px 4px;
        text-align: center;
    }
    .footer-tabs>li>a {
        padding: 10px 4px;
        text-align: center;
    }
    .footer-tabs>li.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid rgb(214, 28, 36);
    border-bottom: 20px solid transparent;
    right: 50%;
    bottom: -24px;
    top: auto;
    transform: rotate(87deg);
}
}
