@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('woff2');
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
    font-family: guru-300;
    src: url(../fonts/Teko-Light.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}

.landing-privacy{
    background-color: black;
    padding-top: 2em;
    padding-bottom: 2em;
}
.landing-privacy .about-body p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    font-family: rale-400;
    margin: 10px 0;
    line-height: 1.6em;
}
.landing-privacy h1{
    font-size:72px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru;
    margin: 10px 0;
    line-height: 1.5em;
    margin-bottom: 0em;
    margin: auto;
    text-align: center;
}
.half-width{
    width: 50%;
    color: white;
}
.self-cnter{
    align-self: center;
}
.half-width .img{
    width: 100%;
    text-align: center;
}
.half-width .img img{
    width: 50%;
}
.img-1 img{
    height: 375px;
    width: 500px;
}

.section-contact{
    padding: 5%;
    background-color: black;
}
.section-contact h1{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
}
.section-contact a{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
    text-decoration: none;
}