﻿.theme-feedList-1 .container {
    display: flex;
    padding: 10px 10%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .theme-feedList-1 .container {
        display: inline-block;
        padding: 0 10%;
    }
}

.theme-feedList-1 h2 {
    font-size: 30px;
    line-height: 1.1;
}

.theme-feedList-1 h3 {
    font-size: 22px;
    line-height: 1.5;
}


.theme-feedList-1 .banner {
    text-align: left;
    flex: 3.5;
}

.theme-feedList-1 .next {
    text-align: right;
    flex: 1.5;
}

@media only screen and (max-width: 768px) {
    .theme-feedList-1 .next {
        text-align: left;
    }
}

.theme-feedList-1 .List {
    margin: 0;
    list-style-type: none;
    padding: 0;
    flex: 8;
}

.theme-feedList-1 .item {
    padding: 3px 15px 0px 32px;
}

.theme-feedList-1 .item .ListItems {
    line-height: 12px;
    font-size: 15px;
}

.theme-feedList-1 a, .theme-feedList-1 a:link, .theme-feedList-1 a:visited, .theme-feedList-1 a:active {
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.1;
    display: inline-block;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .theme-feedList-1 .item {
        padding: 0;
    }
}

.theme-feedList-1 .next a {
    padding: 0;
}