@media only screen and (min-width:768px){
        .my-column .MMM--pageSectionTitle{
            position: relative;
            margin-bottom: 1em;
        }
        .my-column .MMM--pageSectionTitle .MMM--hdg_2{
            margin-bottom: 0;
        }
        .my-column .MMM--pageSectionTitle .MMM--relatedTitleLink{
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0;
        }
    }
    .my-column .MMM--pageSectionTitle .MMM--relatedTitleLink a{
        border-bottom: 0px solid transparent;
        color: #333333;
        text-decoration: underline;
        font-family:'freight-sans-pro',sans-serif;
    }