@font-face {
    font-family: 'Kollektif';
    src: url('Kollektif.ttf') format('truetype');
}

body {
    font-family: "Kollektif", sans-serif;
}

div#content {
    min-width: 1024px;
    position: relative;
}

div.first {
    text-align: left;
}

div.second {
    position: absolute;
    top: 500px;
    width: 100%;
    border-top: 2px gray;
    text-align: center;
}

div.left-col {
    float: left;
}

div.right-col {
    float: right;
}

div.half {
    margin: 0 5%;
    width: 39%;
}

div.first h1 {
    font-weight: 700;
    font-style: normal;
    color: rgb(253, 132, 6);
    text-decoration: none;
    line-height: 1.2;
    font-size: 58px;
    text-align: left;
}

div p {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4;
    font-size: 24px;
}

div.third {
    width: 32%;
    float: left;
}

div.second h2 {
    line-height: 1;
    font-size: 82px;
    text-transform: none;
    color: rgb(0, 74, 152);
    padding: 0 10%;
}

@media only screen and (max-device-width: 480px) {
    div#content{
        max-width: 470px;
    }
    div.third {
        width: 100%;
    }
    div.half {
        width: 100%;
    }
    div.second {
        position: absolute;
        top: 800px;
    }
}