/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.banner-section .image img{
    min-height: 450px;
}
.banner-section .content{
    display: flex;
    column-gap: 60px;
    row-gap: 60px;
    align-items: center;
    justify-content: space-around;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding: 0 20px;
}

.banner-section .content .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{
    color: var(--color-3);
}
.banner-section .content .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full:hover {
    color: var(--color-1);
}
body.ip .banner-section .image img {
    min-height: 450px;
}
.services-section .service {
    flex: 1 1 calc(24% - 30px);
}
.top-header-content{
    background-color: var(--color-3);
    color: #fff;
    padding: 6px 0;
    text-align: center;
    font-size: 22px;
}
.top-header-content a{
    color: #fff;
}
.top-header-content p{
    margin: 0;
}
@media screen and (max-width: 991px) {
    .banner-section .content .btn:nth-child(n) {
        display: block;
        margin: 0 auto 15px;
        width: fit-content;
    }
    .banner-section .content {
        padding: 0 20px;
    }
    .banner-section .image img{
        max-height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .banner-section .content {
        flex-direction: column;
    }
    .banner-section .image img, body.ip .banner-section .image img{
        min-height: 950px;
    }
    .gform_wrapper.gravity-theme .gform_fields {
        display: flex !important;
        flex-direction: column;
    }
}