.headerOne {
    text-align: center;
    padding: 20px 0px;
}

.featureContainer {
    padding: 20px 0px;
}

.headerOne h3 {
    font-size: 2.5rem;
}

.headerOne p {
    font-size: 14px;
}

.btns-container-headerOne button {
    margin-right: 10px;
}

.btns-container-headerOne a {
    text-transform: none;
    text-decoration: none;
    color: #0d6efd !important;
}

.btns-container-headerOne a:hover {
    color: #0d6efd !important;
}

.btns-container-headerOne button a {
    color: white !important;
    text-transform: none;
    text-decoration: none;
}

.btns-container-headerOne button a:hover {
    color: white !important;
}

.btns-container-headerFour {
    display: flex;
    justify-content: center;
}

.btns-container-headerFour button:nth-child(1) {
    margin-right: 10px;
}

.btns-container-headerFour button:nth-child(2) {
    background-color: transparent;
    color: black;
}

.btns-container-headerFour button a {
    color: white !important;
    text-transform: none;
    text-decoration: none;
}

.btns-container-headerFour button:nth-child(2) a {
    color: black !important;
}

.headerSix video, .ckeditor-html5-video video {
    max-height: 500px;
    max-width: 100%;
}

.headerEight {
    text-align: left;
}

.headerEight .jumbotron {
    background-color: #e9ecef;
    border-radius: 0.3rem;
    padding: 30px 20px;
}

.headerEight h2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.headerEight p:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 300;
}

.headerEight p:nth-child(2) {
    font-size: 1.25rem;
    font-weight: 300;
}

.contentOne .jumbotron {
    background-color: #6c757d !important;
    color: white !important;
    border-radius: 4px;
}

.contentOne .jumbotron p {
    font-size: 13px;
    letter-spacing: 0.4px;
    margin: 0px;
}

.contentFour .row {
    justify-content: space-around;
}

.contentFour .col-12 {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
}

.contentSeven {
    text-align: left;
}

.contentSeven p {
    font-size: 13px;
}

.contentSix {
    text-align: left;
}

.contentSix p {
    font-size: 13px;
}

.contentFive {
    text-align: left;
}

.contentFive .row {
    justify-content: space-around;
}

.image-container-cSeven img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.image-container-cSeven img:first-child {
    margin-right: 0px;
}

.contentTwo {
    text-align: left;
}

.contentTwo p {
    font-size: 13px;
}

.contentTwo .accordion-button:not(.collapsed) {
    color: black !important;
}

.contentTwo .accordion-body {
    font-size: 13px;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.contentEight {
    text-align: left;
}

.contentEight .row a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.contentEight img {
    margin: 10px;
    height: auto;
    max-height: 250px;
    cursor: zoom-in;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: white;
}

.featureFive h2 {
    margin-bottom: 20px;
}

.featureFour h2 {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

@media (max-width: 992px) {
    .featureOne .col-md-4 {
        margin-bottom: 15px;
    }
}