body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: none;
}

.page-wrapper {
    min-height: 100vh;
    margin: 0;
}

.col-left,
.col-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.col-left {
    padding: 40px;
    line-height: 1.5;
    color: white;
    background: #597db3 url('/img/col-left-bg.png') no-repeat center;
    box-shadow: 0 0 30px 5px #597db3;
}

.col-left .col-left__logo {
    margin: 0 auto 30px auto;
}

.col-left .col-left__address,
.col-left .col-left__email,
.col-left .col-left__phone {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.col-right .col-right__partners-heading {
    margin: 40px 0 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.col-right .col-right__partners {
    text-transform: uppercase;
}

.col-right .col-right__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}