.w-t-buy-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 768px) {
    h1 {
    font-size: 5.5vw;
    }

    .first_section .title[data-v-fb20cee4] {
        font-size: 5.5vw;
        font-weight: bold;
    }

    .top-logo {
        position: absolute;
        width: 26vw;
        height: auto;
        left: 6vw;
        top: 6vw;
        z-index: 5;
    }

}