body {
    background-color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #656667;
}

h1 {
    color: blue;
    font-family: 'Exo 2', sans-serif;
    font-size: 3rem;
}

p {
    color: #656667;
}

li {
    list-style: none;
}
.screen_width {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0 35px 0;
}

.view_width {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

.header {
    background-color: #e7454a;
    color: #ffffff;
    padding-top: 40px;
}

.header p{
    color: #ffffff;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    padding-top: 40px;
}

.content {
    background-color: #ffffff;
}

.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}

.block_item {
    background: white;
    padding: 25px 5px 5px 5px;
    width: 25%;
    height: 150px;
    margin-top: 10px;
    line-height: 200px;
    text-align: center;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.block_item img {
    width: 80%;
    height: auto margin-top: 50px;
}

.footer_block {
    width: 23%;
    height: auto;
    margin-right: 2%;
    float: left;
    text-align: left;
}

.color_white {
    color: #ffffff!important;
}
@media only screen and (max-width: 1200px) {
    .view_width {
        width: 100%;
    }
}
