.partners{
    font-weight: bold;
}

.wrapper{
    padding-top: 73px;
}

.swoosh{
    background: url("../img/swooshes/partners.svg"), #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -1px left;
    height: 12vw;
}

.partner-wrapper{
    min-height: 92.5vh;
    padding-bottom: 200px;
}

p{
    text-align: center;
}

.title{
    font-size: min(107px, 19vw);
    font-weight: bold;
}

.subtitle{
    font-size: min(45px, 9vw);
    margin-bottom: 30px;
}

.company{
    padding-top: 50px;
    padding-bottom: 50px;
    height: 150px;
}

.company a{
    height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a img{
    max-width: 100%;
    max-height: 100%;
}

