.grid-item_tip {
    width: 33%;
}

.grid-item_tip:first-of-type {
    padding-right: 40px;
}

.grid-item_tip:nth-of-type(2) {
    padding-right: 20px;
  	padding-left: 20px;
}

.grid-item_tip:last-child {    
  	width: 32%;
    padding-left: 40px;
    padding-right: 0px;
}

.grid--link a {
    margin-right: 50px;
}

/* Flex CTA underline issue fix */
.actionable_advertisement:hover > .actionable--text {
    text-decoration: none;
}