.othersites h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, rgb(93 198 223), rgb(239 116 58), rgb(93 198 223));
    color: #fff;
}

.othersites {
    align-items: center;
    padding-bottom: .1rem;
    background-color: #fff;
    font-size: .23rem;
    display: flex;
    flex-direction: column;
}

.othersites .links {
    display: flex;
    flex-wrap: wrap;
    margin-top: .1rem;
    margin-bottom: .1rem;
    justify-content: center;
}

.othersites .links a {
    display: flex;
    margin-bottom: .1rem;
    padding: 0 .32rem;
    background-color: white;
    font-size: .2733rem;
    text-decoration: none;
    color: #000;
    align-items: center;
    height: .32rem;
}

.links a.border {
    border-right: 1px dashed #afafaf;
}