@font-face {
    font-family: "Gotham";
    src: url("font/Gotham-Book.otf") format('truetype');
    font-weight: 400;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("font/Gotham-BookIta.otf") format('truetype');
    font-weight: 400;
    font-style:italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("font/Gotham-Bold.otf") format('truetype');
    font-weight: 700;
    font-style:normal;
    font-display: swap;
}    

@font-face {
    font-family: "Gotham";
    src: url("font/Gotham-BoldIta.otf") format('truetype');
    font-weight: 700;
    font-style:italic;
    font-display: swap;
}


* {margin:0; padding:0; border:0;box-sizing:border-box;}

body
{
    text-align:center;
    font-family: 'Gotham', sans-serrif;
    font-size:14px;
    line-height:16px;
    color:black;
    background:white;
}

.container
{
    width:720px;
    padding:80px 40px;
    max-width:100%;
    margin:0 auto;
    text-align:left;
}

#logo
{
    display:inline-block;
    margin:0 auto 50px auto;
}

p
{
    margin-bottom:20px;
}

p.mb-0
{
   margin-bottom:0; 
}

ul
{
    padding-left:20px;
    margin-bottom:20px;
}

.text-center
{   
    text-align:center;
}

h2
{
    font-size:28px;
    line-height:35px;
    font-weight:700;
    margin-top: 40px;
    margin-bottom:20px;
}

img
{
    max-width:100%;
}
