
/* icon align */
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
    position: relative;
}

.icon-wrapper .more::after, .icon-wrapper .icon-before::before{
    top:-0.08em;
}

.icon-wrapper .more.custom-more::after { 
    top:-0.09em;
}

/* line-height */
.typography-get-started-copy {
    line-height: 1.50528;
}

.icon-external::before, .icon-external::after {
    top: -0.08em;
}

@media only screen and (max-width: 734px) {
    .section-get-started .blurbs .column {
        margin-bottom: 0px;
    }
}
