html, body, button, input, select, textarea {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #333;
    line-height: 20px !important;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #faf9f7;
    min-width: 0px !important;
}

img {
    display: block;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.main-page-item img {
    width: 100%;
}

.main-page-item {
    display: inline-block;
    width: 250px;
    margin-right: -5px;
}

.main-page-wrap {
    text-align: center;
    margin-top: 100px;
}

.main-page-item-words {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 15px 70px;
    line-height: 14px;
}

.main-page-item-words.dlp {
    background: #000;
}

.main-page-item-words.fot {
    background: #9e2209;
}

.main-page-item-words.trs {
    background: #2a6aa5;
}