#big-block {
    position: relative;
    height: 1087px;
    left: -8px;
}
#collect-block {
    position: relative;
    height: 400px;
}
.info-box h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
}
.info-box h2 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: normal;
    font-weight: bold;
    font-size: 17px;
}
.info-box {
    position: absolute;
    max-width: 330px;
    padding: 15px;
    right: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.info-box.blue {
    background: #062747;
}
.info-box.red {
    background: #ed1b24;
}
.info-box ul {
    margin: 15px 0 15px 20px;
}
.info-box li {
    color: white;
    text-transform: uppercase;
    line-height: 1.4em;
}
#logo-box {
    top: 450px;
}
