body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

h3 {
    font-size: 22px;
}

.as-panel {
    text-align: left;
}

#title {
    padding: 10px 0;
    text-align: center;
} 

#title img {
    width: 500px;
    max-width: 100%;
    height: auto;
} 

#footer {
    font-size: 20px;
    color: #171761;
}

#footer span {
    font-weight: 600;
}

a {
    color: #171761;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
}

li {
    width: 49%;
    display: inline-block;
    margin: 0;
    text-align: center;
}

.as-layer img {
    height: 70px;
    width: auto;
}

@media only screen and (max-width: 650px) {
    .as-layer img {
        height: auto;
        width: 80%;
    }

    li {
        width: 100%;
        display: block;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }
}