.questions-page {
    background: transparent;
    border: 0;
    color: #26384a;
    line-height: 1.65;
    margin-bottom: 24px;
    padding: 0;
}

.questions-page * {
    box-sizing: border-box;
}

.questions-page #mainform {
    margin-top: 0;
}

.questions-page h1,
.questions-page h2 {
    color: #173a5e;
    line-height: 1.3;
}

.questions-page h1 {
    font-size: 30px;
    margin: 0 0 16px;
}

.questions-page h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.questions-page p {
    margin: 0 0 14px;
}

.questions-page a {
    color: #087dc1;
    overflow-wrap: anywhere;
}

.questions-hero,
.question-card,
.questions-contact {
    background: #fff;
    border: 1px solid #dbe5ec;
    border-radius: 10px;
    margin: 0 0 16px;
    padding: 24px;
}

.questions-hero {
    background: linear-gradient(135deg, #f1f8ff 0%, #f4fbf8 100%);
    border-color: #cfe2ef;
}

.questions-intro {
    color: #224866;
    font-size: 17px;
}

.questions-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.question-card {
    border-top: 4px solid #238c63;
    margin: 0;
}

.question-answer {
    color: #344b5f;
}

.question-answer p:last-child,
.question-answer ul:last-child,
.question-answer ol:last-child {
    margin-bottom: 0;
}

.question-answer ul,
.question-answer ol {
    padding-left: 22px;
}

.questions-contact {
    background: #eff8f4;
    border-left: 4px solid #238c63;
    margin-top: 16px;
}

@media only screen and (max-width: 800px) {
    .questions-list {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 700px) {
    .questions-hero,
    .question-card,
    .questions-contact {
        padding: 18px;
    }

    .questions-page h1 {
        font-size: 25px;
    }
}
