body {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #262F2A;
    background-color: #F5F5F5;
    line-height: 1.3;
    position: relative;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 20px;
}
.mainText{
    margin-top: 2rem;

}
p {
    margin-top: 10px;
    text-align: start;
    font-size: 18px;
    line-height: 20px;
}
.icons {
    margin-top: 2rem;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    padding-top: 26px;
}

.google-play-icon {
    background: url("../images/google-play-mobile.svg") no-repeat center;
    background-size: auto;
    width: 207px;
    height: 60px;
    padding: 0;
}

.app-store-icon {
    background: url("../images/app-store-mobile.svg") no-repeat center;
    background-size: auto;
    width: 207px;
    height: 60px;
    padding: 0;
}
/* .content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
} */
.btnCompanion{
    /* max-width: 460px; */
    /* margin-top: rem; */
    display: flex;
    justify-content: center;
    justify-self: center;
  }
button {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    background: #24D07A;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    margin: 41px auto 40% auto;
    cursor: pointer;
    outline: none;
    
}

.road-bg {
    background: url("../images/road-bg.png") no-repeat center;
    width: 100%;
    height: 217px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* .iphonLogo{
    width: 30%;
    position: absolute;
    bottom: 3%;
    right: 0;
    z-index: 9999;
} */

.iphone12 {
    background: url("../images/iPhone12PNG.png") no-repeat center;
    background-size: auto;
    width: 20rem;
    height: 100%;
    position: absolute;
    bottom: 3%;
    right: 0%;
    z-index: 1100;

}

@media (max-width: 1100px) {
    .iphone12 {
        display: none;
    }
}

@media (max-width: 600px) and (min-width:428px){
    h2 {
        margin-top: 24px;
        font-size: 24px;
        line-height: 29.26px;
        padding: 0;
        margin-bottom: 81px;
    }

    p {
        margin-top: 0;
        text-align: start;
        font-size: 16px;
        line-height: 20px;
    }

    .icons {
        display: flex;
        justify-content: space-evenly;
        align-content: center;
        padding-top: 49px;
        gap: 22px;
    }
    .google-play-icon {
        background: url("../images/google-play-mobile.svg") no-repeat center;
        max-width: 184px;
        width: 100%;
        height: 54px;
        padding: 3px;
        border-radius: 10px;
    }

    .app-store-icon {
        background: url("../images/app-store-mobile.svg") no-repeat center;
        max-width: 184px;
        width: 100%;
        height: 54px;
        padding: 3px;
        border-radius: 10px;
    }

    button {
        font-size: 20px;
        width: 100%;
        height: 55px;
        margin: 41px auto 50% auto;
        cursor: pointer;
        outline: none;
    }

    .road-bg {
        background: url("../images/road-bg.png") no-repeat center;
        width: 100%;
        height: 18vh;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}

@media (max-width: 427px) and (min-width:320px) {
    .container {
        max-width: 427px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 37px;
    }
    h2 {
        font-size: 20px;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 24px;
    }
    /* .mainText{
        margin-top: 3rem;
    
    } */
    .mainText p:last-child {
        margin-top: 2rem;
    }
    p {
        text-align: start;
        font-size: 14px;
        margin-bottom: 0;
    }
    .icons {
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding-top: 26px;
        margin-top: 2rem;
        gap: 20px;
    }

    .google-play-icon {
        background: url("../images/google-play-mobile-small.svg") no-repeat center;
        background-size: contain;
        max-width: 100%;
        width: 100%;
        height: 44px;
        padding: 0;
        border-radius: 7px;
    }

    .app-store-icon {
        background: url("../images/app-store-mobile-small.svg") no-repeat center;
        background-size: contain;
        max-width: 100%;
        width: 100%;
        height: 44px;
        padding: 0;
        border-radius: 7px;
    }

    button {
        font-size: 16px;
        width: 100%;
        height: 55px;
        margin-top: 60px;
        margin-bottom: 161px;
        cursor: pointer;
        outline: none;
    }

    .road-bg {
        background: url("../images/road-bg-mobile.png") no-repeat center;
        width: 100%;
        height: 20vh;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}