/*! Fonts */
.audio-wide {
    font-family: 'Audiowide', cursive;
}

.barlow {
    font-family: 'Barlow', sans-serif;
}

.exo {
    font-family: 'Exo', sans-serif;
}

.public-sans {
    font-family: 'Public Sans', sans-serif;
}

body {
    background: url(/assets/img/bg.webp), black no-repeat;
    overflow-x: hidden;
    background-size: cover;
}

.partners-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.partners-div p:nth-child(1){
    font-family: Audiowide;
    color: #E8D33E;
    font-size: 36px;
}

.partner-div{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.media-1{
    height: 300px;
    width: 500px;
}

.logo{
    width: 600px;
    height: 100px;
}

.heading-1{
    color: #CCE9E7;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
}

.text-1{
    color: #CCE9E7;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
