*{
    font-family: 'Bahnschrift', sans-serif;
    margin: 0;
    padding: 0;
}

.box .container{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.box .container .box-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .container .box-1 .img{
    width: 50%;
    text-align: center;
}
.box .container .box-1 .img img{
    width: 50%;
}

.box .container .box-1 .img .img-tr-1{
    margin-left: -80px;
    width: 100%;
}


h1{
    font-size: 43px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 30px;
}

.box .container .box-4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p{
    text-align: center;
    font-size: 14px;
    color: rgb(128, 128, 128);
    font-weight: 400;
    margin-top: 10px;
}

a{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: rgb(204, 204, 204);
    padding: 10px 0;
    margin: 20px 0;
    margin-top: 0;
    text-decoration: none;
    font-size: 20px;
}

a:hover{
    color: rgb(204, 204, 204);
}

@media (min-width: 900px){
    .mob{
        display: none;
    }
    .mob-a{
        display: none;
    }
}

@media (max-width: 900px) {
    .box .container .box-1{
        flex-direction: column;
    }
    .box .container .box-1 .img .img-tr-1{
        margin-bottom: 35px;
        margin-left: -45px;
    }
    h1{
        font-size: 22px;
        margin-bottom: 50px;
    }
    .ds{
        display: none;
    }
    .box .container .box-1 .img{
        width: 100%;
    }
    p{
        font-size: 9px;
        margin-bottom: 3px;
        margin-top: 15px;
    }
    .box .container .box-1 .img .nt-45-3{
        width: 100%;
    }
    a{
        margin: 0;
        position: fixed;
        bottom: 0;
    }
    .ds-a{
        display: none;
    }
    box .container .box-3{
        margin-bottom: 50px;
    }
}