.main {
    background-image: url('../assets/backgrounds/18.jpg');
    width: 100vw;
    min-height: 100vh;
    background-size: cover;
    overflow-x: hidden;
    background-position: center;
}
body {
    overflow-x: hidden;
    font-family: 'InvolveBold', sans-serif;
}
.content {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 180px;
}
.content span {
    font-weight: 700;
font-size: 24px;
line-height: 133%;
text-transform: uppercase;
text-align: center;
color: #fff;
margin-bottom: 58px;
}
.content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 118%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Involve', sans-serif;
    text-transform: uppercase;

}
.content a {
    border-radius: 4px;
    padding: 8px 85px;
    font-weight: 700;
    font-size: 21px;
    line-height: 127%;
    text-transform: uppercase;
    text-align: center;
    border:none;
    transform: skewX(-16deg);
    margin-bottom: 40px;
    background: #fff;
    color:#000;
}
.banner {
    background-image: url(../assets/backgrounds/18banner.png);
    width: 100%;
    height: 500px;
    left: 0;
    background-position: center;
    margin: -37px 0 100px; 
    background-size: 130%;
}
.button__container {
    display: flex;
    gap:9px;
}
.button__container a:last-child {
    background: #7000FF;
    color:#fff;
}

@media (min-width:769px) {
    .content p {
        text-wrap: nowrap;
    }
    
}
@media (max-width:1440px) {
    .banner {
        margin: -37px 0 30px;
        background-size: 1900px;
    }
    .content {
        width:700px;
        margin: 0 auto
    }
    .content span,
    .content p {
        font-size: 18px;
    }
}
@media (max-width:1024px) {
    .banner {
        margin: -37px 0 30px;
        background-size: 1440px;
    }
}
@media (max-width:768px) {
    .content {
        width:380px;
        margin: 0 auto
    }
    .content span, 
    .content p {
        font-size: 16px;
    }
    .content a {
        padding: 15px 59px;
    }
    .banner {
        margin: 13px 0 -30px;
        background-size: 1400px;
    }
    .content{
        bottom: 80px;
        width: 375px;
    }
}
@media (max-width:375px) {
    .content {
        width:380px;
        margin: 0 auto
    }
    .content a {
        padding: 15px 59px;
    }
    .banner {
        margin: -37px 0 -30px;
        background-size: 1300px;
    }
    .content span,
    .content p {
        font-size: 16px;
    }
}
@media (min-width:1600px) and (max-height:860px) {
    .main {
        min-height: 960px;
        position: relative;
    }
}
@media (max-width:1600px) and (max-height:860px) {
    .main {
        min-height: 900px;
        position: relative;
    }
}