.shell {
    padding: 0 20px;
    margin: 0 auto;
}
.main-section {
    position: relative;
    background: #ffffff;
    margin-top: 85px;
}
.logo {
    background: #ffffff;
    width: 300px;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -77px;
}
.logo-title {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.logo p {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
/* .logo img{
    position: absolute;
    left: 0;
    right: 0;
    top:-32px;
    margin: auto;
} */
.background-image {
    background-position: center center;
    height: 1600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper {
    background: #ffffff;
    width: 95%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    padding: 50px 0;
}
.logo-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.logo-list li {
    display: block;
}
.logo-list li:last-child {
    padding-bottom: 0;
}
.enter-text{
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #A8A09C;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 10px 0 40px;
}
.enter-text:hover {
    text-decoration: underline;
}
.enter-text.first {
    color: transparent;
}
.footer-text {
    color: #000000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 18px;
    padding: 20px 0;
}
.footer-text span {
    text-transform: uppercase;
}
a {
    cursor: pointer;
    text-decoration: none;
}
@media only screen and (min-width : 400px){
    .background-image {
        height: 1100px;
    }
    .logo-list li {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .logo-list li:last-child {
        float: none;
        text-align: center;
    }
    .wrapper:after {
        clear: both;
        content: "";
        display: block;
    }
}
@media only screen and (min-width : 768px){
    .logo-list {
        padding: 80px 0;
    }
    .logo-list li {
        display: inline-block;
        padding-right: 30px;
        width: auto;
        float: none;
    }
    .logo-list li:last-child {
        padding-right: 0;
    }
    
    
}
@media only screen and (min-width : 1200px){
    .background-image {
        height: 830px;
    }
    
    .wrapper {
        width: 80%;
    }
}