.bottom-tab{
    position: relative;
}

.bottom-tab:after {
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    display: block;
    height: 3.125rem;
    margin-top: -.0625rem;
    position: absolute;
    right: 0;
    top: 100%;
    width: 3.125rem;
}

.generic-banner{
    overflow: hidden;
}

.terms{
    font-size: 12px;
}