.section-text p {
    margin: 0;
}

.logo-list-alt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-top: 30px
}

.logo-list-alt .logo-item img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.contact-form {
    padding: 30px;
    border: 1px solid #e6e6e6ad !important;
    border-radius: 8px;
    box-shadow: rgb(45 40 77 / 10%) 0px 12px 32px;
    background: #fff !important;
}


.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form textarea {
    background-color: #fff !important;
    border-radius: 5px !important;
}

#gform_submit_button_10 {
    border-radius: 8px;
    margin-top: 30px;
}

#gform_submit_button_10:hover{
    background-color: var(--sky) ;
    opacity: 0.9;
}

.section-title .av-special-heading-tag {
    line-height: 1.2 !important;
}