.template-include-panel {
    clear: both;
    margin: 24px 0;
    padding: 26px 28px;
    border: 1px solid #cfe1f5;
    border-top: 4px solid #2878c8;
    border-radius: 8px;
    background: #fff;
    color: #2f435d;
    text-align: left;
    box-shadow: 0 14px 32px rgba(16, 40, 70, .08);
}

.template-include-panel h3 {
    margin: 0 0 14px;
    color: #061b3d;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.template-include-panel p,
.template-include-panel li {
    color: #2f435d;
    font-size: 16.5px;
    line-height: 1.68;
}

.template-include-panel p {
    margin: 0 0 16px;
}

.template-include-panel p:last-child {
    margin-bottom: 0;
}

.template-include-panel a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #075fb5;
    font-weight: 700;
    line-height: inherit !important;
    text-align: inherit !important;
    text-decoration: none;
}

.template-include-panel a:hover,
.template-include-panel a:focus {
    color: #003e7b;
    text-decoration: underline;
}

.template-include-panel strong {
    color: #122b4b;
}

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

.template-include-note {
    padding: 20px 22px;
    border: 1px solid #d9e5f2;
    border-radius: 8px;
    background: #f9fbfe;
}

.template-include-note-title {
    display: block;
    margin-bottom: 8px;
    color: #092a55;
    font-size: 17px;
    font-weight: 800;
}

.template-testimonials {
    clear: both;
    margin: 28px 0;
}

.template-testimonials h3 {
    margin: 0 0 18px;
    color: #061b3d;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

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

.template-testimonial-card {
    padding: 24px 26px;
    border: 1px solid #d9e5f2;
    border-radius: 8px;
    background: #fff;
    color: #2f435d;
    box-shadow: 0 12px 28px rgba(16, 40, 70, .07);
}

.template-testimonial-quote {
    margin: 0 0 16px;
    color: #2f435d;
    font-size: 16.5px;
    line-height: 1.68;
}

.template-testimonial-source {
    margin: 0;
    color: #092a55;
    font-size: 15.5px;
    line-height: 1.5;
    font-weight: 700;
}

.template-testimonial-card a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #075fb5;
    line-height: inherit !important;
    text-align: inherit !important;
    text-decoration: none;
}

.template-testimonial-card a:hover,
.template-testimonial-card a:focus {
    color: #003e7b;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .template-include-panel {
        padding: 22px 20px;
    }

    .template-include-grid,
    .template-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .template-testimonial-card {
        padding: 22px 20px;
    }
}
