/* Reset + Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.container {
    background-image: url(/vpn/images/bg.png);
    background-size: cover;
    background-position: center;
}

.information {
    padding: 681px 0 54px;
    text-align: center;
    font-family: AcuminConcept-Regular;
}

.information p {
    font-size: 26px;
    line-height: 36px;
}

.information .divider{
    margin-bottom: 20px;
}

.information span {
    color: #132289;
}

.information a {
  color: #132289;
  text-decoration: underline;
}

@media (max-width: 768px) {
    .container {
        background-image: url(/vpn/images/bg-sj.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: auto;
    }

    .information {
        padding: 420px 10px 72px;
    }

    .information p {
        font-size: 14px;
        line-height: 28px;
    }

    .information .divider, .information .divider1 {
        margin-bottom: 20px;
    }
}