body {
    font-family: 'Roboto', sans-serif;
    background-color: #f6f6f6;
}

.wrapper {
    position: relative;
    display: flex;
}

.section {
    width: 50%;
    height: 100%;
    min-height: 100vh;
}

.section-bg {
    background-color: #ffa814;
}

.text-wrapper {
    color: #323336;
    font-weight: bold;
    text-transform: uppercase;
}

.text-wrapper .text {
    position: absolute;

    left: 50%;
    top: 50%;
    width: 314px;
    height: 500px;
    margin-left: -157px;
    margin-top: -250px;

    font-size: 42px;
    line-height: 1em;
}

.text-wrapper .text-link {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    text-transform: none;
}

.text-wrapper .text-link a {
    color: #323336;
}

.text-wrapper .text-link a:hover,
.text-wrapper .text-link a:focus {
    color: #ce4806;
    text-decoration: none;
}

.text-wrapper .text-img {
    text-align: center;
    margin-bottom: 20px;
}

.text-wrapper .text span {
    color: #ce4806;
}