.mobile{
    background-color: #161620;
    padding: 0 100px 0 100px;
    background-image: url(../images/starsbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 180px;
}

.mobile__container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:60px;
}

.mobile__item p{
    color: #E4E4E4;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-style: italic;

}

.mobile__item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile__item-title{
    display: flex;
    flex-direction: column;
}

.mobile__item-title h2{
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 103%;
    letter-spacing: -1.04px;
}

.mobile__item-title h3{
    color: #32DC95;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 103%;
    letter-spacing: -1.04px;
}

.mobile__item-qr{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-end;
}

.mobile__img{
    width: 500px;
}

.mobile__item-qr-images{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile__item-btn{
    display: none;
}

.mobile__item-qr-img-mobile{
    display: none;
}
@media (max-width: 768px) {

    .mobile{
        padding: 16px;
        padding-bottom: 0;
        padding-top: 38px;
    }

    .mobile__img{
        display: none;
    }

    .mobile__item-title h2{
        font-size: 32px;
    }

    .mobile__item-title h3{
        font-size: 32px;
    }
    
    .mobile__item-qr{
        display: none;
    }

    .mobile__item-btn{
        display: block;
        display: flex;
height: 40px;
padding: 8px;
justify-content: center;
align-items: center;
align-self: stretch;
border-radius: 47px;
background: #FFF;
border: none;
color: #161620;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px;
letter-spacing: -0.16px;
text-decoration: none;
box-sizing: border-box;
    }

    .mobile__item-qr-img-mobile{
        display: block;
        margin-top: 16px;
        width: 100%;
    }
}