.custom-markup-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    gap: 35px;
}

.custom-markup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.baner-item {
    margin: 10px;
}
.age-gate {
    margin: 0;
   
}
.age-gate-form {
    padding-bottom: 20px;
}


.age-gate-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

@media screen and (max-width:560px) {
.custom-markup-wrapper {
    max-width: 310px;
    gap: 35px;
}
    .age-gate-background {
        background-position:center;
        background-repeat: none;
    background-image:url(https://bt-oliva.com/wp-content/uploads/2022/05/sp-blackout.png);
    }
}