@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Bold';
    src: url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2');
}

body {
    background: #EC1C24;
    font-family: 'Nunito Bold';
    height: 1920px;
    margin: 0;
    background-image: url('../images/brands_background_updated.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    display: flex;
    justify-content: space-between;
}

.jfc_logo {
    padding-top: 60px;
    padding-left: 60px;
    width: auto;
    height: 85px;
}

.content{
    position: absolute;
    top: 373px;
    width: 100%;
    margin-top: 0;
    justify-items: center;
    text-align: center;
}

.content-title {
    font-family: 'Nunito Bold';
    color: white;
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.content-subheader {
    color: white;
    margin-top: 60px;
    font-family: 'Nunito Bold';
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0%;
    text-align: center;
}

.grid-container {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 40px;
    gap: 40px;
    display: flex;
    justify-content: center;
}

.brand-box {
    background: white;
    border-radius: 20px;
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    padding: 40px;
    
}

.brand-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brands-button {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 22px;
    padding-right: 58px;
    padding-bottom: 22px;
    padding-left: 58px;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 6px 6px 4px 0px #35353559;
    font-family: 'Nunito Bold';
    font-size: 50px;
    font-weight: 900;
    color: #EC1C24;
}

.yellow {
    width: 863px;
    background-color: #FACD01 !important;
}

.footer_bg {
    z-index: -10;
    width: 100%;
    position: absolute;
    top: 1204px;
    left: 0;
}