

@media (max-width: 1199px) {
    .timeline {
        margin-top: 50px;
    }
    .background-image-top {
        background-size: auto 100%;
    }
    .background-image-bottom {
        background-color: #4D4B4B;
    }
    .timeline::before {
        margin: 20px 41% 0;
    }
    .timeline::after {
        left: 41.5%;
    }
}

@media (min-width: 1200px) {
    .timeline {
        margin-top: 80px;
    }

    .event-type-image-container {
        min-height: 180px;
    }

    .section-3 {
        position: relative;
    }

    .section-3::before {
        content: '';
        position: absolute;
        inset: 0;
        width: 2px;
        margin: 110px auto 20px;
        background: #CCCCCC;
    }
    .background-image-top {
        background-size: 100% auto;
    }

    .background-image-bottom {
        background-image: url('/assets/v2/images/how-it-works-2.jpg');
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .timeline::before {
        margin: 20px auto 0;
    }
    .timeline::after {
        left: 50%;
    }
}


.background-image-top {
    background-image: url('/assets/v2/images/how-it-works-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.background-image-bottom p {
    color: #CCCCCC;
}

p, .square-list {
    color: var(--mixer-color-gray);
    font-size: 13pt;
}

.background-gray {
    background-color: #F4F6F8;
}


.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 4px;
    background: var(--bs-primary);
}

.timeline::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 25px;
    height: 25px;
    border-right: 4px solid var(--bs-primary);
    border-bottom: 4px solid var(--bs-primary);
    background: transparent;
}

.circle {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20pt;
}

.square-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.square-list li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.3em;
}

.square-list li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--bs-primary);;
}