@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Open+Sans:400,600,700|PT+Sans:400,700');
@font-face {
    font-family: 'SohoGothicPro-Regular';
    src: url(font/soho/SohoGothicPro-Regular.eot?#iefix) format("embedded-opentype"), url(font/soho/SohoGothicPro-Regular.otf) format("opentype"), url(font/soho/SohoGothicPro-Regular.woff) format("woff"),
        url(font/soho/SohoGothicPro-Regular.ttf) format("truetype"), url(font/soho/SohoGothicPro-Regular.svg#SohoGothicPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
a {
    color: #000;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline: 0;
}
strong {
    font-weight: 600;
}
.clearfix {
    clear: both;
}
.green {
    color: #38b919;
}
.text-center {
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    vertical-align: middle;
}
h1,
h2,
h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    position: relative;
}
h1 {
    font-size: 20px;
    margin: 0;
}
h2 {
    font-size: 19px;
    margin: 0;
}
h3 {
    font-size: 18px;
    margin: 0;
}
html {
    height: 100%;
    margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
}

section {
    width: 100%;
    height: 600px;
    margin: 0px 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
span {
    width: 638px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed;
    color: #c2cacf;
    padding-bottom: 15px;
}
span p {
    margin:0 20px;
    font-weight: 500;
    color:#73aacf;
    letter-spacing: -1px;
    font-size: 16px;
}
.companyID {
    display: flex;
    justify-content: flex-end;
    color: #c2cacf;
    margin:0 0 20px; 
    text-align: right;
    width: 608px;
}

@media screen and (max-width: 638px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }    
    section {
        width: auto;
        height: auto;
    }
    img {
    width: 100%;
    height: auto;
    display: flex;
    }
    span {
        width: 100%;
        flex-direction: column;
        font-size: ;
    }
    span p {
        font-size: 13px;
    }
    .companyID {
        width: 100%;
        justify-content: center;
        font-size: 80%;
        margin: 0px auto 20px;
    }
}


