﻿#partnersheaderimg {
    background-image: url('/Images/partners/partners-header.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#partner-body {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    align-self: stretch;
}
#our-partners {
    align-self: stretch;
    color: var(--Midnight, #191C1F);
    text-align: center;
    /* Section Header */
    font-family: "Segoe UI", "Helvetica";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#partner-description > pre {
    color: var(--Midnight, #191C1F);
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#partners-logos {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    width: 900px;

}
#industries-contacttext {
    color: var(--Dusk, #00419E);
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}