.clan-campbell-information dt {
    font-weight:bold;
}
.clan-campbell-information dd{
    margin-left:2rem;
}
.badges{
    float:right;
    margin:1rem;
    text-align:center;
}
.badges img{
    max-width:100%;
    height:auto;
    border:thin solid black;
    border-radius: 10px;
}
.badges p{
    font-family:'Augusta';
    margin-top:0;
}
.end{
    text-align:center;
}
.end img{
    max-width:100%;
    height:auto;
}
@media screen and (max-width:600px){
    .badges {
        width: 100%;
        float: none;
        text-align: center;
    }
}