p:last-of-type {
    margin-bottom: 0;
}

a {
    color: #52B9A0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    border-bottom: 1px solid #52B9A0;
    transition: all .3s ease-in-out;
}

/* Mobiel */
@media( max-width: 767px ) {
    #asns-paragraph-wrapper {
        margin: 70px 0!important;
    }
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #asns-paragraph-wrapper {
        margin: 70px 0!important;
    }
}