@font-face {
    src: url(../fonts/Swis721BlkCnBT.ttf);
    font-family: nos;
}

@font-face {
    src: url(../fonts/swiss721/Swiss721CondensedBT.ttf);
    font-family: nos1;
}

body {
    overflow-x: hidden;
    padding: 0%;
    margin-top: 7%;
}

h1 {
    font-family: nos;
    font-size: 20pt;
}

.set {
    padding: 2% 0%;
}

.head {
    font-family: nos;
    font-size: 38pt;
    text-align: right;
    padding: 0%;
    margin: 0%;
}

.responsive {
    width: 100%;
    height: auto;
}

.detail {
    font-family: nos1;
    font-size: 15pt;
}

.detail1 {
    font-family: nos;
    font-size: 18pt;
}

.detail3 {
    font-family: nos1;
    font-size: 18pt;
}

@media only screen and (max-width: 650px) {
    body {
        margin-top: 50%;
        padding: 0%;
    }
    .set {
        padding: 2% 5%;
    }
    .detail3 {
        font-family: nos1;
        font-size: 10pt;
        text-align: center;
    }
}