<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#industry-peers {
    padding: 50px 15px;
}

.industry-left {
    padding: 25px 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.industry-fields input {
    border-radius: 5px;
}

.industry-fields .d-flex {
    gap: 15px;
    margin-bottom: 15px;
}

.industry-fields .d-flex:last-of-type input {
    width: 49%!important;
    max-width: 49%!important;
    margin-right: 15px;
}

.first-info {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 15px;
}

.industry-intro {
    margin-bottom: 15px;
}

#industry-peers .col-lg-7 {
    padding-right: 5px;
}

.email-phone {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.industry-intro h2 {
    font-size: 32px !important;
}

.email-phone a {
    font-family: 'Poppins' !important;
}

.email-phone a, 
.email-phone a:hover {
    font-weight: 400!important;
}

@media screen and (max-width: 980px) {
    #industry-peers {
        padding: 30px 0;
    }
    .industry-fields .d-flex:last-of-type input {
        width: 100%!important;
        max-width: 100%!important;
        margin-right: 0;
    }

    .industry-fields .d-flex input {
        max-width: 100% !important;
        width: 100% !important;
    }

    .industry-left {
        margin-bottom: 20px;
    }

    .industry-intro h2 {
        font-size: 25px !important;
    }

    #industry-peers .col-lg-7 {
        padding-right: 15px;
    }

    .industry-intro {
        margin-bottom: 0;
    }

    .industry-fields .d-flex {
        flex-direction: column;
    }

    .industry-info h5 {
        font-size: 18px !important;
    }

    input.form-control {
        font-size: 14px;
    }
}</pre></body></html>