@import url('https://fonts.googleapis.com/css?family=Inconsolata|Merriweather');
body {
    font-family: 'Inconsolata', monospace;
    margin: 0;
}

.hero {
    height: 400px !important;
    text-align: center;
    background-color: #1b7bab;
}

.hero h1 {
    padding-top: 150px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.header {
    height: auto;
    margin: 50px 0;
}

.header h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #1b7bab;
}

.header p {
    text-align: center;
    color: #000;
    padding: 0 200px;
}

.header .ol_mg {
    padding: 0 500px;
    color: #1b7bab;
    font-size: 24px;
    text-align: justify;
}

.achive h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #1b7bab;
}

.achive p {
    text-align: center;
    color: #000;
    padding: 0 200px;
}

@media only screen and (max-width: 700px) {
    .header p {
        text-align: center;
        color: #000;
        padding: 0 10px;
        text-align: justify;
    }
    .header .ol_mg {
        padding: 0 10px;
        color: #1b7bab;
        font-size: 20px;
    }
    .achive p {
        text-align: center;
        color: #000;
        padding: 0 10px;
        text-align: justify;
    }
}

@media only screen and (max-width: 500px) {}