.cta_button_holder {
    display:flex;
    width:100%;
    flex-direction:column;
    padding:20px 5px;
    justify-content:center;
}
.cta_button_holder>a {
    display:flex;
    flex-direction:column;
    width:fit-content;
    margin:auto;
    padding:12px 30px 8px;
    border-radius:5px;
    background-color:#00AC58;
    text-align:center;
    cursor:pointer;
}
.cta_button_holder>a:hover {
    background-color:#008C38;
}
.cta_button_holder>a>span {
    text-decoration:none;
    color:#000000;
    font-size:20pt;
}
ul {padding-left:1.5rem;}
.section-chunk {
    margin-bottom:5vh;
}
h1,h2,h3,h4,h5,h6 { font-weight:600; }
h2,h3,h4,h5,h6 { text-underline-offset: 8px; text-decoration: underline; font-size:20pt !important; line-height:25pt !important; margin-left:2px; margin-right:2px; }

.testimonial_section {
    padding: 10px;
    gap: 0.5em;
    display:flex;
}
@media (max-width:600px) {
    .testimonial_section {
        flex-direction:column;
    }
}

.testimonial_section>div:has(img) {
    max-width:250px;
    object-fit:contain;
}
.testimonial_section>div:last-of-type {
    padding: 0 5px;
    display:flex;
    flex-direction:column;
    margin:auto 0;
    max-width:100%;
}