@media (min-width: 768px) {
    .hero-div-tagline {
        position: relative;
        top: -80px;
    }

    .journey {
        padding-bottom: 60px;
    }

    .orange-bg {
        width: 200px;
        background-image: url('../img/treg/desk_orange.png');
        background-size: cover;
        margin-right: 20px;


    }

    .step-title {
        margin-bottom: 0px;
        font-size: 24px;
    }

    .hero {
        max-height: 600px;
    }

    .step-row {
        padding-top: 40px;
    }

    .col-4 {
        flex: 4;
    }


    .desk-hero-img {
        max-width: 500px;
    }

    .form-row {
        display: flex;
        flex-direction: row;
    }

    .form-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .form-col-2 {
        flex: 2;
    }

    .col-left {
        align-items: flex-start;
    }

    .step-desc {
        color: var(--secondary-color);
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        margin: auto;
        margin-top: 5px;

    }

    .step-div {
        max-width: 702px;
        flex-direction: column;
        margin: auto;
    }


    .footer-links {
        color: white;
        display: flex;
    }

    .d-row {
        display: flex;
        flex-direction: row;
    }

    .d-center {
        align-items: center;
        justify-content: center;
    }

    .f1 {
        flex: 1;
    }

    .faq-card {
        max-width: 60%;
    }

    .card-closed>p {
        font-size: 20px;
    }

    .card-closed>img {
        height: 20px;
        top: 0px;
    }

    .ben-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ben-row-div {
        margin: auto;
        max-width: 80%;
        display: flex;
        flex-direction: row;
    }

    .ben-row>.col {
        padding: 15px;
    }

    /* STEP */

    .step-color {
        background-color: #400233;

    }

    .step-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #400233;
        padding: 2rem;
        color: white;
        font-family: sans-serif;
        position: relative;
    }

    .step {
        text-align: center;
        position: relative;
        flex: 1;
    }

    .step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 23px;
        right: -38%;
        height: 2px;
        width: 76%;
        background-color: #FFC700;
        z-index: 0;
    }

    .circle {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        border: 2px solid #FFC700;
        color: #FFC700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        background-color: transparent;
        z-index: 1;
        margin: auto;
        font-size: 1.4rem;
    }

    .circle.filled {
        background-color: #FFC700;
        color: #400233;
        border: none;
    }

    .step p {
        margin-top: 0.5rem;
        font-size: 1.4rem;
        color: white;
    }

    .col-left {
        align-items: flex-start;
    }

    .col-right {
        align-items: flex-end;
    }

    .hero-tabline-1 {
        font-size: 46px !important;
        text-align: left;
    }

    .hero-tabline-2 {
        text-align: left;
        font-size: 41px;
    }

    .step-number {
        position: relative;
        top: -40px;
    }


    .fc-4 {
        flex: 2;
        position: relative;
    }

    .journey-wrapper>.form-row {
        max-width: 80%;
        margin: auto;
    }

    .fc-4>* {
        text-align: right;
    }

    .fc-left>* {
        text-align: left;
    }

    .line-left {
        position: absolute;
        left: -42px;
        top: 50%;
        width: 35px;
        height: 2px;
        background-color: #4c0033;
    }

    .line-left::after {
        position: absolute;
        left: -20px;
        top: 50%;
        width: 44px;
        rotate: 90deg;
        height: 4px;
        background-color: #4c0033;
        content: '';
        position: absolute;
    }

    .line-right::after {
        left: 22px;
    }

    .line-right {
        left: 50px;
        width: 44px;
    }


    .iframe-container {
        position: relative;
        max-width: 700px;
        padding-bottom: 29.25%;
        overflow: visible;
    }

    .info-box>p {
        margin: 0px;
    }

    .desk-pen {
        position: absolute;
        bottom: 0px;
        right: -10%;
        height: 200px;
        width: auto;
    }

    .info-box {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 3px;
    }

    .sharp-1 {
        position: absolute;
        bottom: 20%;
        left: -70px;

    }

    .sharp-2 {
        position: absolute;
        bottom: 30%;
        right: -70px;

    }

    .sharpen {
        height: 100px;
    }

    .al-start {
        justify-content: flex-start;
    }


    .mob {
        display: none;
    }

    .desk {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 1400px) and (max-width: 1920px) {
    .hero-div-tagline {
        position: relative;
        top: -100px;
    }
    .journey{
        margin-top: 108px;
    }
  
}