#unauthorized-home .list-of-container{
    padding: 48px 12.008% 0 12.008%;
    text-align: center;
}
#unauthorized-home .banner-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
#unauthorized-home .banner-img{
    width: 100%;
}
#unauthorized-home .banner-title{
    position: absolute;
    left: 55px;
    font-size: 58px;
    font-weight: 300;
    line-height: 60px;
    color: #FFF;
    text-transform: uppercase;
}
#unauthorized-home .online-title, #unauthorized-home .offline-title, #unauthorized-home .statement-title{
    font-size: 28px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 8px;
}
.list-of-header, .online-unauthorized-sellers {
    margin-bottom: 60px;
}
.list-of-header-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    color: rgb(0, 0, 0);
}
.list-of-header > p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-bottom: 16px;
}
.online-unauthorized-sellers .sellers-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.sellers-list-container {
    width: 100%;
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.list-of-header a , .statement-container a {
    color: rgb(255, 139, 0);
    text-decoration: underline;
}
.statement-container {
    margin-top: 96px;
    text-align: center;
}
.statement-container > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}