﻿.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #35a9d6 0%, #b292d3 100%);
    /*background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);*/
    color: #fff;
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 996px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem.625rem 0;
        padding: 5rem !important
    }
}

.contact-info__list span.position-absolute {
    left: 0;
}

.z-index-101 {
    z-index: 101;
}

.list-style--none {
    list-style: none;
}

.contact__wrapper {
    background-color: #fff;
    border-radius: .625rem .625rem .625rem .625rem;
    padding: 0 !important;
}

@media (min-width: 1024px) {
}

@media (min-width: 1024px) {
    .contact-form__wrapper {
        padding: 2rem !important;
    }
}
/*.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}*/

