.rate-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
#page1 > section.rating.padded > div > div > div > div > div:nth-child(2) > a:nth-child(3) > img{
    border:1px solid #ccc;
    border-radius:10px;
}

.RatingBadgeWidget {
    display: block;
    width: 250px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (max-width:568px){
    .rate-column{
        margin:10px 0px;
    }
}