.button-con {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50vh;
    left: 0;
    z-index: 20;
}

.button-sub-con {
    width: 100%;
    height: 70px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-sub-con.btn2 {
    padding: 0 50px;
}

.button-sub-con.btn3 {
    padding: 0 15px;
}

.singleBtn {
    width: 105px;
    height: 70px;
    border-radius: 5px;
}

.btn1 {
    text-align: center;
}
