


html,
.body {
    margin: 0;
    padding: 0;
}
a {
    /* text-decoration: none; */
    list-style: none;
    color: #fff;
}

.app {
    width: 100%;
}
.bg-l4 {
    position: relative;
    width: 100%;
    height: 50vw;
    background: url('../images/20260116-143607.png') no-repeat center;
    background-color: antiquewhite;
    background-size: 100% 100%;
}
.bg-l4 .btn {
    position: absolute;
    left: 20%;
    bottom: 4%;
    width: 20vw;
}
.btn img {
    width: 100%;
    height: 100%;
}
.privacy {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: blueviolet;
}

@media (max-width: 768px) {
    .bg-l4 .btn {
        bottom: 0;
    }
}