/* page title section */

.page-title-section {
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    text-align: center;
}

.page-title-section h1 {

}

@media only screen and (max-width: 750px) {
    .page-title-section h1 {
        font-size: 2.7rem;
    }
}


/* intro section */

.text-section {

}

.text-section.last-section {
    padding-bottom: 0px;
}

.text-section .max-width {
    justify-content: flex-start;
}

.text-section h2 {
    font-size: 1.5rem;
    color: #13AF21;
    margin-bottom: 10px;
}

.text-section p {
    margin-bottom: 25px;
}

.text-section .three-column-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.text-section .hr {
    width: 100%;
    border: solid #13AF21 1px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    .text-section .three-column-list {
        flex-direction: column;
    }
}



/* img row */

.img-row-section {
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
}

.img-row-section .max-width {
    margin-bottom: 10px;
}

.img-row-section img {
    margin: 0px 5px;
}


@media only screen and (max-width: 750px) {
    .img-row-section img {
        margin: 0px 0px 10px 0px;
    }
}





/* text and cta section */

.text-and-cta-section {

}

.text-and-cta-section .full {
    text-align: center;
    max-width: 600px;
}

.text-and-cta-section h3 {
    color: white;
    font-size: 1.8rem;
}

.text-and-cta-section .button-holder {
    margin-top: 20px;
}
