﻿@media (max-width: 992px) {
    body{
        background: url("../../willbetgambling/image/bg-mobile.png") no-repeat top center #FFF;
        background-size: 100% auto;
    }
    header{
        height: 15.8150vw;
        background: rgba(255,255,255,0.87);
    }

    .logo{
        height: 13.02vw;
        width: 39.06vw;
        margin: 0.66vw 0 0 0.33vw;
    }

    .header-btns{
        margin:0 3.2vw 0 auto;
        order: 2;
    }

    .btn-signup{
        width: 24vw;
        height: 8.26vw;
        margin: 4.26vw 0 0 1.6vw;
        font-size: 3.2vw;
    }

    .btn-login{
        width: 24vw;
        height: 8.26vw;
        margin: 4.26vw 0 0 1.6vw;
        font-size: 3.2vw;
    }

    .btn-cta{
        width: 53.33vw;
        height: 12.8vw;
        font-size: 6.4vw;
        margin: 0 auto;
    }

    .hero-text{
        margin: 4.86vw auto 0 auto;
        width: 79.46vw;
        line-height: 7.46vw;
        filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.502));
        overflow: hidden;
        white-space: nowrap;
    }
    .hero-text .p1{
        font-size: 7.73vw;
    }

    .hero .btn-cta{
        width: 53.33vw;
        margin: 0 14vw 0;
    }

    .steps{
        margin: 172.41vw 0 0 0;
        text-align: center;
    }

    .steps .circle{
        width: 38.93vw;
        height: 38.93vw;
    }

    .steps .circle .label{
        font-size: 4.8vw;
        padding-top: 26.4vw;
    }

    .steps .circle .number{
        font-size: 24.53vw;
        position: relative;
        width: 10vw;
        top: -2.4vw;
        left: 12vw;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.28));+
        text-align: center;
    }

    .steps .circle .first{
        left: 14vw;
    }

    .steps h2{
        font-size: 4.26vw;
        margin-top: 3.73vw;
    }

    .steps p{
        font-size: 3.2vw;
        margin: 4.8vw 0;
    }

    .section-mid{
        min-height: 173vw;
		background: url("../../willbetgambling/image/bottom-section-mobile.svg");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: bottom center;
		
    }

    .section-mid h3{
        font-size: 10vw;
		margin-top: 90.53vw;
    }

    .btn-cta-mid{
        width: 58.93vw;
        height: 14.39vw;
        margin: 6.93vw 0 10vw 1.6vw;
        font-size: 6.93vw;
    }

    footer{
        font-size: 3.2vw;
    }
}