* {
    box-sizing: border-box;
}

h1 {
    color: #2d2e33;
    font-family: 'Questrial', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
}

body {
    color: #303135;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 1.5em;
}

a,
a:visited {
    color: #253e80;
}

.isi {
    margin-bottom: 55px;
}

.isi p {
    font-size: 1.05rem;
    margin: 0 0 1.5em;
    line-height: 1.25;
    margin-bottom: 3px;
}

.isi p.header {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
}

.isi p.category {
    font-size: 1.09rem;
    line-height: 1.4;
    margin-bottom: 3px;
}

.isi p.type {
    line-height: 1.25;
    margin-bottom: 0;
}

.isi ul {
    margin: 0 0 0.3rem;
}

.isi li {
    font-size: 1.05rem;
    line-height: 1.25;
    padding-left: 18px;
    padding-bottom: 6px;
}

.site-wrapper {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

.site-content {
    padding: 40px 20px;
}

.about-section {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.about-section-image {
    margin-right: 25px;
    width: 139px;
}

.about-section-info {
    width: 100%;
    max-width: 800px;
}

a.blue-button {
    background-color: #0D4777;
    color: #fff;
    font-weight: bold;
    padding: 12px 12px;
    text-decoration: none;
}

.site-footer {
    width: 100%;
}

.site-info {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .about-section {
        flex-wrap: wrap;
    }

    .about-section-image {
        margin-bottom: 25px;
    }
}