.body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}


.head {
    font-size: 60px;
    color:#1F5392;
    font-weight: 600;
   }

.title {
    font-weight: 600;
    font-size: 17px;
    color: #2C2E32;
}

.textButton {
    font-weight: 400;
    font-size: 14px;
    color: #4A47EF;
   }

.buttonOpen {
    width: 341px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.wrapInside {
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 112px;
    display: flex;
    flex-direction: row;
}

.line {
    width: 80%;
    height: 1px;
    background: #1E1E1E;
}
.img-pay{
    height: 70px;
}


.wrapHead  {
    align-items: center;
    display: flex;
    gap: 10px;
}

.wrapDown {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 50px 0px 20px 0px;
}

.google {
    width: 242px;
}

.appStore {
    width: 202px;
}

.wrapAll {
    display: flex;
    flex-direction: column;
    align-items: center;
}
