body {
    font-family: "Barlow Semi Condensed", sans-serif;
    background: url("../img/bg.jpg") repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

header {
    height: 100vh;
    display: flex;
    align-items: center;
}

header img {
    max-width: 450px;
    width: 100%;
    display: inline-block;
}

header .separator {
    height: 4px;
    border-radius: 10px;
    background: #f5b240;
}

.text-yellow {
    color: #f9ba42;
}

.logo {
    max-width: 80%;
}

section.steps {
    margin: 25px 0 50px 0;
}

section.steps .left-up {
    z-index: 2;
    position: absolute;
    left: 0;
}

section.steps .right-down {
    position: relative;
}

section.steps .step-left {
    background: #152857;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 80px 50px;
    color: #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

section.steps .step-left .description h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #f9ba42;
    font-size: 58px;
    margin-bottom: 26px;
}

section.steps .step-left .description h3 {
    font-weight: 500;
}

section.steps .step-left .description p {
    font-size: 20px;
    font-weight: 100;
}

section.steps .step-right {
    background: #fff;
    border-top-left-radius: 248.5px;
    border-bottom-left-radius: 248.5px;
    padding: 100px 30px 100px 250px;
    -webkit-box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.50);
}

section.steps .step-right a {
    color: #000;
}

section.steps .step-right img {
    width: 110px;
    padding: 20px 0;
}

section.steps .step-right .description h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
}

section.steps .step-right .description p {
    font-size: 20px;
    font-weight: 100;
}