.madeinnextype{
    display: inline-block;
    float: right;
}

.madeinnextype a{
    font-size: 0.875em;
    color: #828282; 
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 1px;
}

@media screen and (max-width: 570px) {
    .madeinnextype{
        float: left;
    }
}