/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

#programs .et_pb_row.et_pb_row_7 .et_pb_text_13 p {
    line-height: 1em;
}
.grecaptcha-badge {
    visibility: visible !important;
    z-index:100 !important;
}
#wpcf7-f22062-p85-o1 textarea {
    margin: 0;
    width: 100%;
}
#wpcf7-f22062-p85-o1  .wpcf7-submit{
    background-color: #449240;
    color: #fff;
    font-weight: bold;
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    display: block;
}
.cf7-captcha-holder {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .cf7-captcha-holder {
        flex-wrap: wrap;
        flex-direction: column;
    }
}
