img.hold {
    float: left;
    margin: 5px 9px;
}

img.today {
    width: 289px;
    margin: auto;
    display: block;
}

.parag1 {
    text-align: center;
}

/* fix featuredblocks */
.featuredblocks.row {
    justify-content: center;
    gap: 10px;
}
span.featuredblock__title {
    text-align: center !important;
}
.featuredblock__cta {
    justify-content: center !important;
}

/* fix forms */
span.featuredblock__title {
    text-align: center !important;
}

.featuredblock__cta {
    justify-content: center !important;
}

.et_pb_text_inner {
    text-align: center;
}

.leadForm input, .leadForm select, .leadForm textarea {
    width: 100% !important;
    padding: 5px;
}

p.leadFormInfo {
    text-align: center;
}

.input_container {
    margin-top: 12px;
    margin-bottom: 16px;
}

input.btn.submit {
    color: #333;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 13.75rem !important;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-family: libre-franklin-bold,Arial,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1;
    transition: color .3s,background-color .3s,border .3s;
    display: flex;
    overflow: hidden;
    margin: auto;
}
input.btn.submit:hover {
    background: #c1c5ca !important;
    color: #333 !important;
}
label.error {
    color: red !important;
}


@media(max-width: 768px) {
   img.hold {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
}