.body {
    background-color: #292b2f;
    color: #ffffff;
    padding: 50px 5%;
    overflow: auto;
}

.container {
    width: 100%;
    background-color: #222222;
}

.arrow {
    width: 0%;
}

.arrow img {
    width: 100%;
}

.row {
    background-color: #36393f;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.image {
    width: 50%;
    display: inline-block;
}

.image img {
    width: 100%;
}

.text {
    top: 0px;
    width: 100%;
    padding: 25px 25px;
}

.header {
    color: #ffffff;
    font-size: 72px;
    font-weight: 500;
}

.desc {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.title {
    color: #ffaa00;
    font-size: 21px;
    font-weight: 500;
}

.description {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.description-bold {
    color: #ffaa00;
    font-size: 18px;
    font-weight: 500;
}

.spacer {
    background-color: #292b2f;
    padding: 50px 10px;
}

.line {
    background-color: #222222;
    width: 100%;
    height: 5px;
    margin-left: 0px;
}