
    h3{
        font-weight: normal;
    }

    .card-title{
        margin-bottom: 30px;
    }

    #Hiw-container{
        margin-top: calc(var(--header-height) + 1.5rem);
        overflow-x: hidden;
    }

    .container{
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .How-It-Works {
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 62px;
        text-align: center;
        color: var(--text-color);
    }

    .Select-from-the-scen {
        width: 100%;
        font-size: 22px;
        line-height: 1.14;
        text-align: center;
        margin: auto;
    }


    .Rectangle {
        height: fit-content;
        background: #FFFFFF;
        box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
        border-radius: 16px;
        margin: 40px 15px;
        border: none;
    }

    .Rectangle-Copy-3 {
        height: fit-content;
        background: #FFFFFF;
        box-shadow: 0 4px 25px rgba(87, 52, 0, 0.07);
        border-radius: 16px;
        margin: 40px 15px;
        border: none;
    }

    .card-title {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 25px;
        text-align: center;
        color: var(--text-color);
    }

    .card-text{
        margin-bottom: 33px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: var(--text-color);
    }

    .emphasise {
        font-weight: 700;
    }
    .Online-img{
        height: 35px;
    }

    .Walk-in-img{
        height: 35.7px;
        object-fit: contain;
    }

    .Phone-order-img{
        height: 29px;
        object-fit: contain;
    }


    .Options-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 20px;
        /*border-bottom: 2px solid #F7F7F7;*/
    }
    .Options-container[id="1"]:after,
    .Options-container[id="2"]:after {
        content: '';
        width: calc(100% + 4rem);
        height: 2px;
        background: #F7F7F7;
        position: absolute;
        bottom: 0;
        left: -2rem;
    }
    .triangle {
        width: 0;
        height: 0;
        /*border-bottom: solid 50px transparent;*/
        border-top: solid 12px #F7F7F7;
        border-left: solid 29px transparent;
        border-right: solid 30px transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: auto;
        z-index: 3;
    }
    .triangle:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: solid 27px transparent;
        border-top: solid 9px white;
        border-left: solid 26px transparent;
        border-right: solid 27px transparent;
        top: -12px;
        left: -26px;
    }

    .Options-container[id="3"] {
        border-bottom: none;
        margin-bottom: 0;
    }

    .Option-container{
        margin-bottom: 20px;
        order: 3;
    }

    /*.order-1{
        order: 1;
    }*/

    .Option-Walkin-container, .Option-Phoneorder-container{
        display: none;
    }

    .Option{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 62px;
        /*text-align: center;*/
        height: 62px;
        border-radius: 45px;
        cursor: pointer;
        background: #ffffff;
        margin: 0 auto 20px;
        position: relative;
        z-index: 0;
    }
    .Option:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background: var(--color);
        border-radius: 50%;
        opacity: 0.1;
        z-index: 1;
    }
    .Option-txt{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 10px;
        color: var(--text-color);
    }

    .Flow-txt{
        width: calc(100% - 100px);
        display: inline-block;
        margin-left: 13px;
        vertical-align: top;
        margin-top: 20px;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: var(--text-color);
    }

    .Vertical-Line-flow{
        width: 1px;
        /*opacity: 0.57;*/
        border: solid 1px #EDEDED;
        margin-left: 34px;
        margin-top: 7px;
    }

    .img-container{
        text-align: center;
        /*border: 1px solid;*/
        display: inline-block;
        width: 70px;
        margin-top: 15px;
    }

    .Flow-steps{
        display: flex;
        height: auto;
    }

    .Flow-elements{
        display: inline-block;
    }

    .Flow-steps-txt{
        vertical-align: top;
        margin-bottom: 20px;
    }

    .Flow-list{
        vertical-align: top;
        margin-top: -25px;
        list-style: none;
        padding-left: 50px;
        margin-bottom: 0;
    }

    .Option.active-1, .Option.active-2, .Option.active-3 {
        background: #f39400;
    }

    .Option.active-1 svg path, .Option.active-2 svg path, .Option.active-3 svg path {
        fill: #fff;
    }

    .Option.active-1 + .Option-txt,
    .Option.active-2 + .Option-txt,
    .Option.active-3 + .Option-txt {
        font-weight: 700;
        color: var(--color);
    }
    .flow-img {
        width: 67px;
        height: 67px;
        object-fit: contain;
    }

    #footer-top {
        display: none;
    }
    #footer-middle {
        border-top: 2px solid #F7F7F7;
    }

@media (max-width: 1199px) {


}

@media (max-width: 969px) {

}

@media (max-width: 749px) {

    .Rectangle {
        margin: 13px 15px;
    }

    .Rectangle-Copy-3 {
        margin: 13px 15px;
    }

}

@media (max-width: 479px) {
    .Flow-txt {
        top: 85px;
        left: 45px;
        /*width: 50%;*/
    }

    .Line-flow{
        left: 55px;
        top: -18px;
    }

    .Flow-list{
        padding-left: 38px;
        margin-top: 0;
    }

    .img-container{
        width: 40px;
        height: 57px;
    }

    .Rectangle-Copy-3 > div > div > div > img{
        max-width: 100%;
    }

    .Vertical-Line-flow{
        margin-left: 17px;
    }
}