.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #FBC403;
    color: #fff;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #FBC403;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.full-left::after {
    height: 100%;
    left: 50%;
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: calc(50% - 3px);
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #FBC403;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #FBC403;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

@media only screen and (max-width: 600px) {
    .col-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .love-story-container {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://lh3.googleusercontent.com/IJl9UumduyL_4DKdLwcSyjZiTuxYkZdFX4i1751i7arPCPKKgqhy4LYBH_ctRoI-kTb8dtAXqr_BMQfqUYgERF5SORfDVR79s5cl8c1DYwGilC9t75DjoT1kEz4y3HRSDA0WRJI=w2400) center no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .col-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .love-story-container {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://lh3.googleusercontent.com/0nkflkuPr8nBVBzF4LVrBdMU2SqLX_xRcYdKi-ql-XDe4qlUvBSwts8JHVxhLT7w1tkANDOqnXvZW0TpgoT-K0MnUEhDNQ_WQ2tF9f5zF9Xv4B345SB5T8Q8CGG1CMoY0mD_WYE=w2400) center no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
}

#love-story {
    min-height: 100vh;
    background: #151515;
}

.love-story-container h2 {
    color: #fff;
    font-family: 'Fredericka the Great', cursive;
}

.love-story-container h5 {
    font-size: 2rem;
    color: #fff;
    font-family: 'Quantico', sans-serif;
}

.love-story-container p {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Kalam', cursive;
}

.love-story-container .row {
    color: #0A0A0A;
}