@font-face {
    font-family: GothamBookRegular;
    src: url(/subscription/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/subscription/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

header {
    padding: 10px 0;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

body {
    margin: 0;
    min-width: 320px;
}

h1 {
    font-family: GothamBold, Arial, sans-serif;
    text-align: center;
    font-size: 30pt;
    margin: 0 auto;
}

.wrapper-1 {
    background-color: #00136f;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-position-y: top;
    background-image: url(/img/2/wrapper-1.png);
    background-position-x: center;
}
.wrapper-white {
    padding: 50px 0;
    background-color: white;
    font-family: GothamBookRegular, Arial, sans-serif;
}

p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

footer {
    background-color: black;
    padding: 50px 0;
}

footer img {
    display: block;
    margin: auto;
}

footer p {
    color: white;
    text-align: center;
}

footer p a {
    color: white;
}

@media (max-width: 768px) {
    p {
        font-size: 11pt;
        line-height: 18px;
        margin: 15px auto;
    }
    h1 {
        font-size: 20pt;
    }
}