.partnersites h1 {
    background-color: #b8bb16;
    color: #fd0303;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: .3rem;
    font-weight: 800;
    margin-bottom: .2rem;
    padding: 10px 0
}

.partnersites {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .1rem;
    background-color: #fff;
    font-size: .23rem
}

.partnersites .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .1rem;
    margin-bottom: .1rem
}

.partnersites .links a {
    display: flex;
    align-items: center;
    height: .32rem;
    margin-bottom: .1rem;
    padding: 0 .32rem;
    font-size: .2733rem;
    text-decoration: none;
    color: #000;
    border: 1px solid;
    border-radius: .3rem;
    background-color: #dadcff;
    margin-right: .2rem
}

.links a.border {
    border-right: 1px dashed #afafaf
}